Html Css Color HEX #FAF404 Yellow

📋 copy color: '#FAF404'

red 250 ◦ green 244 ◦ blue 4

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

Shades of Yellow #FAF404

Tints of Yellow #FAF404

RGB

 RED value IS 250 (98.05% from 255) = 50.2%

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

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.2%
G = 49%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAF404 (or 0xFAF404) is known color: Yellow. HEX triplet: FA, F4 and 04. RGB value is (250,244,4). Sum of RGB (Red+Green+Blue) = 250+244+4=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 4 (1.95% from 255 or 0.80% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF404 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF404 is #050BFB. Grayscale: #DBDBDB. Windows color (decimal): -330748 or 324858. OLE color: 324858.

HSL color Cylindrical-coordinate representation of color #FAF404: hue angle of 58.54º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAF404 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 244 4 -
CMYK 0 0.02 0.98 0.02
HSL 58.54º 0.97% 0.5% -
HSV(B) 58.54º 0.98% 0.98% -
XYZ 71.8 85.03 12.74 -
YUV 218.43 6.99 150.51 -
System Red Green Blue C M Y K H S L
Decimal 250 244 4 0 0.02 0.98 0.02 58.54 0.97 0.5
Hex FA F4 4 0 2 62 2 3B 61 32
Octal 372 364 4 0 2 142 2 73 141 62
Binary 11111010 11110100 100 0 10 1100010 10 111011 1100001 110010

Color Harmonies of #FAF404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF404

Black with #FAF404

Text Example


Text Example

White with #FAF404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF404; }

 p { color: rgb(250,244,4); }

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

background-color css

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

 a { background-color: rgb(250,244,4); }

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

border-color css

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

 span { border-color: rgb(250,244,4); }

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