Color Hex Logo

#f8f25e Color Hex

#F8F25E
(248,242,94)
0 Favorites   0 Comments

Color spaces of #f8f25e

RGB 24824294
HSL0.160.920.67
HSV58°62°97°
CMYK 0.000.020.62   0.03
XYZ72.483984.268923.0349
Yxy84.26890.40320.4687
Hunter Lab91.7981-19.702849.3810
CIE-Lab93.5672-15.460069.7375

#f8f25e color RGB value is (248,242,94).

#f8f25e hex color red value is 248, green value is 242 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f8f25e hue: 0.16 , saturation: 0.92 and the lightness value of f8f25e is 0.67.

The process color (four color CMYK) of #f8f25e color hex is 0.00, 0.02, 0.62, 0.03. Web safe color of #f8f25e is #ffff66. Color #f8f25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11110010 01011110
Octal 370 362 136
Decimal 248 242 94
Hex F8 F2 5E

RGB Percentages of Color #f8f25e

%42.47
%41.44
%16.10

CMYK Percentages of Color #f8f25e

%0
%2
%62
%3

Triadic Colors of #f8f25e

#f8f25e #5ef8f2 #f25ef8

Analogous Colors of #f8f25e

#f8f25e #b1f85e #f8a55e

Monochromatic Colors of #f8f25e

#f8f25e

Complementary Color

#f8f25e #5e64f8

#f8f25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8f25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8f25e Color CSS Codes

.mybgcolor {background-color:#f8f25e; } 
.myforecolor {color:#f8f25e; }
.mybordercolor {border:3px solid #f8f25e; }

#f8f25e Text Font Color

<p style="color:#f8f25e">Text here</p>

This sample text font color is #f8f25e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f8f25e Background Color

<div style="background-color:#f8f25e">
Div content here</div>

This div background color is #f8f25e


#f8f25e Border Color

<div style="border:3px solid #f8f25e">
Div here</div>

This div border color is #f8f25e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,242,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8f25e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8f25e;
  -webkit-box-shadow: 1px 1px 3px 2px #f8f25e;
  box-shadow:         1px 1px 3px 2px #f8f25e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,242,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f8f25e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f8f25e;
  -webkit-box-shadow: 1px 1px 3px 2px #f8f25e;
  box-shadow:         1px 1px 3px 2px #f8f25e;">
Div content here</div>

This div box has shadow with color #f8f25e


Comments

No comments written yet.

Please login to write comment.