#FAF80C

Color #FAF80C Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow #FAF80C

Tints of Yellow #FAF80C

Color information

#FAF80C (or 0xFAF80C) is unknown color: approx Yellow. HEX triplet: FA, F8 and 0C. RGB value is (250,248,12). Sum of RGB (Red+Green+Blue) = 250+248+12=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 12 (5.08% from 255 or 2.35% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF80C is #0507F3. Grayscale: #DEDEDE. Windows color (decimal): -329716 or 850170. OLE color: 850170.

HSL color Cylindrical-coordinate representation of color #FAF80C: 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.95%. Process color model (Four color, CMYK) of #FAF80C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB25024812-
CMYK00.010.950.02
HSL59.5º95.97%51.37%-
HSV(B)59.5º95.2%98.04%-
XYZ73.0687.4913.38-
YUV221.699.66148.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.02%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 12 (5.08% from 255) = 2.35%
R=49.02%
G=48.63%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502481200.010.950.0259.595.9751.37
HexFAF8C015F23b6033
Octal372370140113727314063
Binary11111010111110001100011011111101110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF80C; }

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

 H1.HeaderClassName
 {
   color: #FAF80C;
 }
 .AnyTagClassName
 {
   color: #FAF80C;
 }
</style>
background-color css

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

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

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

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

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

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