#FAF35F

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

Shades of Corn #FAF35F

Tints of Corn #FAF35F

Color information

#FAF35F (or 0xFAF35F) is unknown color: approx Corn. HEX triplet: FA, F3 and 5F. RGB value is (250,243,95). Sum of RGB (Red+Green+Blue) = 250+243+95=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 95 (37.5% from 255 or 16.16% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF35F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF35F is #050CA0. Grayscale: #E4E4E4. Windows color (decimal): -330913 or 6288378. OLE color: 6288378.

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

Color convert

RGB25024395-
CMYK00.030.620.02
HSL57.29º93.94%67.65%-
HSV(B)57.29º62%98.04%-
XYZ73.5485.2523.41-
YUV228.2252.82143.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.52%
GREEN value IS 243 (95.31% from 255) = 41.33%
BLUE value IS 95 (37.5% from 255) = 16.16%
R=42.52%
G=41.33%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502439500.030.620.0257.2993.9467.65
HexFAF35F033E2395e44
Octal3723631370376271136104
Binary111110101111001110111110111111101011100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF35F; }

 p { color: rgb(250,243,95); }

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

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

 a { background-color: rgb(250,243,95); }

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

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

 span { border-color: rgb(250,243,95); }

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