Html Css Color HEX #FAF402 Yellow

📋 copy color: '#FAF402'

red 250 ◦ green 244 ◦ blue 2

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

Shades of Yellow #FAF402

Tints of Yellow #FAF402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.4%
G = 49.19%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF402 (or 0xFAF402) is known color: Yellow. HEX triplet: FA, F4 and 02. RGB value is (250,244,2). Sum of RGB (Red+Green+Blue) = 250+244+2=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 2 (1.17% from 255 or 0.40% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF402 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF402 is #050BFD. Grayscale: #DBDBDB. Windows color (decimal): -330750 or 193786. OLE color: 193786.

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

Color convert

RGB 250 244 2 -
CMYK 0 0.02 0.99 0.02
HSL 58.55º 0.98% 0.49% -
HSV(B) 58.55º 0.99% 0.98% -
XYZ 71.79 85.03 12.69 -
YUV 218.21 5.99 150.68 -
System Red Green Blue C M Y K H S L
Decimal 250 244 2 0 0.02 0.99 0.02 58.55 0.98 0.49
Hex FA F4 2 0 2 63 2 3B 62 31
Octal 372 364 2 0 2 143 2 73 142 61
Binary 11111010 11110100 10 0 10 1100011 10 111011 1100010 110001

Color Harmonies of #FAF402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF402

Black with #FAF402

Text Example


Text Example

White with #FAF402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF402; }

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

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

background-color css

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

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

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

border-color css

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

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

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