Html Css Color HEX #FAF403 Yellow

📋 copy color: '#FAF403'

red 250 ◦ green 244 ◦ blue 3

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

Shades of Yellow #FAF403

Tints of Yellow #FAF403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.6%

R = 50.3%
G = 49.09%
B = 0.6%

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

#FAF403 (or 0xFAF403) is known color: Yellow. HEX triplet: FA, F4 and 03. RGB value is (250,244,3). Sum of RGB (Red+Green+Blue) = 250+244+3=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 3 (1.56% from 255 or 0.60% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF403 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF403 is #050BFC. Grayscale: #DBDBDB. Windows color (decimal): -330749 or 259322. OLE color: 259322.

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

Color convert

RGB 250 244 3 -
CMYK 0 0.02 0.99 0.02
HSL 58.54º 0.98% 0.5% -
HSV(B) 58.54º 0.99% 0.98% -
XYZ 71.79 85.03 12.72 -
YUV 218.32 6.49 150.6 -
System Red Green Blue C M Y K H S L
Decimal 250 244 3 0 0.02 0.99 0.02 58.54 0.98 0.5
Hex FA F4 3 0 2 63 2 3B 62 32
Octal 372 364 3 0 2 143 2 73 142 62
Binary 11111010 11110100 11 0 10 1100011 10 111011 1100010 110010

Color Harmonies of #FAF403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF403

Black with #FAF403

Text Example


Text Example

White with #FAF403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF403; }

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

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

background-color css

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

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

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

border-color css

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

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

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