Html Css Color HEX #FEF208 Lemon

📋 copy color: '#FEF208'

red 254 ◦ green 242 ◦ blue 8

#FEF208
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FEF208

Tints of Lemon #FEF208

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

 GREEN value IS 242 (94.92% from 255) = 48.02%

 BLUE value IS 8 (3.52% from 255) = 1.59%

R = 50.4%
G = 48.02%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FEF208 (or 0xFEF208) is known color: Lemon. HEX triplet: FE, F2 and 08. RGB value is (254,242,8). Sum of RGB (Red+Green+Blue) = 254+242+8=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 8 (3.52% from 255 or 1.59% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF208 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF208 is #010DF7. Grayscale: #DBDBDB. Windows color (decimal): -69112 or 586494. OLE color: 586494.

HSL color Cylindrical-coordinate representation of color #FEF208: hue angle of 57.07º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEF208 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 8 -
CMYK 0 0.05 0.97 0.00
HSL 57.07º 0.99% 0.51% -
HSV(B) 57.07º 0.97% 1% -
XYZ 72.67 84.59 12.73 -
YUV 218.91 8.98 153.03 -
System Red Green Blue C M Y K H S L
Decimal 254 242 8 0 0.05 0.97 0.00 57.07 0.99 0.51
Hex FE F2 8 0 5 61 0 39 63 33
Octal 376 362 10 0 5 141 0 71 143 63
Binary 11111110 11110010 1000 0 101 1100001 0 111001 1100011 110011

Color Harmonies of #FEF208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF208

Black with #FEF208

Text Example


Text Example

White with #FEF208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF208; }

 p { color: rgb(254,242,8); }

 H1.HeaderClassName
 {
   color: #FEF208;
 }
 .AnyTagClassName
 {
   color: #FEF208;
 }
</style>

background-color css

<style>
 a { background-color: #FEF208; }

 a { background-color: rgb(254,242,8); }

 div.DivClassName
 {
   background-color: #FEF208;
 }
 .BgClassName
 {
   background-color: #FEF208;
 }
</style>

border-color css

<style>
 span { border-color: #FEF208; }

 span { border-color: rgb(254,242,8); }

 td.TdClassName
 {
   border-color: #FEF208;
 }
 .TagClassName
 {
   border-color: #FEF208;
 }
</style>