Html Css Color HEX #FAF808 Yellow

📋 copy color: '#FAF808'

red 250 ◦ green 248 ◦ blue 8

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

Shades of Yellow #FAF808

Tints of Yellow #FAF808

RGB

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

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

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

R = 49.41%
G = 49.01%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAF808 (or 0xFAF808) is known color: Yellow. HEX triplet: FA, F8 and 08. RGB value is (250,248,8). Sum of RGB (Red+Green+Blue) = 250+248+8=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 8 (3.52% from 255 or 1.58% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF808 is #0507F7. Grayscale: #DEDEDE. Windows color (decimal): -329720 or 588026. OLE color: 588026.

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

Color convert

RGB 250 248 8 -
CMYK 0 0.01 0.97 0.02
HSL 59.5º 0.96% 0.51% -
HSV(B) 59.5º 0.97% 0.98% -
XYZ 73.04 87.48 13.26 -
YUV 221.24 7.66 148.51 -
System Red Green Blue C M Y K H S L
Decimal 250 248 8 0 0.01 0.97 0.02 59.5 0.96 0.51
Hex FA F8 8 0 1 61 2 3C 60 33
Octal 372 370 10 0 1 141 2 74 140 63
Binary 11111010 11111000 1000 0 1 1100001 10 111100 1100000 110011

Color Harmonies of #FAF808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF808

Black with #FAF808

Text Example


Text Example

White with #FAF808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF808; }

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

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

background-color css

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

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

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

border-color css

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

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

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