Html Css Color HEX #FEF408 Yellow

📋 copy color: '#FEF408'

red 254 ◦ green 244 ◦ blue 8

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

Shades of Yellow #FEF408

Tints of Yellow #FEF408

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.22%

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

R = 50.2%
G = 48.22%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEF408 (or 0xFEF408) is known color: Yellow. HEX triplet: FE, F4 and 08. RGB value is (254,244,8). Sum of RGB (Red+Green+Blue) = 254+244+8=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 8 (3.52% from 255 or 1.58% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF408 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF408 is #010BF7. Grayscale: #DDDDDD. Windows color (decimal): -68600 or 587006. OLE color: 587006.

HSL color Cylindrical-coordinate representation of color #FEF408: hue angle of 57.56º 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 #FEF408 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 244 8 -
CMYK 0 0.04 0.97 0.00
HSL 57.56º 0.99% 0.51% -
HSV(B) 57.56º 0.97% 1% -
XYZ 73.27 85.79 12.93 -
YUV 220.09 8.31 152.19 -
System Red Green Blue C M Y K H S L
Decimal 254 244 8 0 0.04 0.97 0.00 57.56 0.99 0.51
Hex FE F4 8 0 4 61 0 3A 63 33
Octal 376 364 10 0 4 141 0 72 143 63
Binary 11111110 11110100 1000 0 100 1100001 0 111010 1100011 110011

Color Harmonies of #FEF408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF408

Black with #FEF408

Text Example


Text Example

White with #FEF408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF408; }

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

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

background-color css

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

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

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

border-color css

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

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

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