Html Css Color HEX #FAF802 Yellow

📋 copy color: '#FAF802'

red 250 ◦ green 248 ◦ blue 2

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

Shades of Yellow #FAF802

Tints of Yellow #FAF802

RGB

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

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

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

R = 50%
G = 49.6%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAF802 (or 0xFAF802) is known color: Yellow. HEX triplet: FA, F8 and 02. RGB value is (250,248,2). Sum of RGB (Red+Green+Blue) = 250+248+2=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 248 (97.27% from 255 or 49.6% from 500); Blue value is 2 (1.17% from 255 or 0.4% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF802 is #0507FD. Grayscale: #DDDDDD. Windows color (decimal): -329726 or 194810. OLE color: 194810.

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

Color convert

RGB 250 248 2 -
CMYK 0 0.01 0.99 0.02
HSL 59.52º 0.98% 0.49% -
HSV(B) 59.52º 0.99% 0.98% -
XYZ 73 87.46 13.09 -
YUV 220.55 4.66 149 -
System Red Green Blue C M Y K H S L
Decimal 250 248 2 0 0.01 0.99 0.02 59.52 0.98 0.49
Hex FA F8 2 0 1 63 2 3C 62 31
Octal 372 370 2 0 1 143 2 74 142 61
Binary 11111010 11111000 10 0 1 1100011 10 111100 1100010 110001

Color Harmonies of #FAF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF802

Black with #FAF802

Text Example


Text Example

White with #FAF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF802; }

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

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

background-color css

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

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

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

border-color css

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

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

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