Html Css Color HEX #FAF805 Yellow

📋 copy color: '#FAF805'

red 250 ◦ green 248 ◦ blue 5

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

Shades of Yellow #FAF805

Tints of Yellow #FAF805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

 BLUE value IS 5 (2.34% from 255) = 0.99%

R = 49.7%
G = 49.3%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAF805 (or 0xFAF805) is known color: Yellow. HEX triplet: FA, F8 and 05. RGB value is (250,248,5). Sum of RGB (Red+Green+Blue) = 250+248+5=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 5 (2.34% from 255 or 0.99% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF805 is #0507FA. Grayscale: #DDDDDD. Windows color (decimal): -329723 or 391418. OLE color: 391418.

HSL color Cylindrical-coordinate representation of color #FAF805: hue angle of 59.51º degrees, saturation: 0.96, 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 #FAF805 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 248 5 -
CMYK 0 0.01 0.98 0.02
HSL 59.51º 0.96% 0.5% -
HSV(B) 59.51º 0.98% 0.98% -
XYZ 73.02 87.47 13.18 -
YUV 220.9 6.16 148.76 -
System Red Green Blue C M Y K H S L
Decimal 250 248 5 0 0.01 0.98 0.02 59.51 0.96 0.5
Hex FA F8 5 0 1 62 2 3C 60 32
Octal 372 370 5 0 1 142 2 74 140 62
Binary 11111010 11111000 101 0 1 1100010 10 111100 1100000 110010

Color Harmonies of #FAF805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF805

Black with #FAF805

Text Example


Text Example

White with #FAF805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF805; }

 p { color: rgb(250,248,5); }

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

background-color css

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

 a { background-color: rgb(250,248,5); }

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

border-color css

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

 span { border-color: rgb(250,248,5); }

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