#FAF165

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

Shades of Corn #FAF165

Tints of Corn #FAF165

Color information

#FAF165 (or 0xFAF165) is unknown color: approx Corn. HEX triplet: FA, F1 and 65. RGB value is (250,241,101). Sum of RGB (Red+Green+Blue) = 250+241+101=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 101 (39.84% from 255 or 17.06% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF165 is #050E9A. Grayscale: #E4E4E4. Windows color (decimal): -331419 or 6681082. OLE color: 6681082.

HSL color Cylindrical-coordinate representation of color #FAF165: hue angle of 56.38º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAF165 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB250241101-
CMYK00.040.600.02
HSL56.38º93.71%68.82%-
HSV(B)56.38º59.6%98.04%-
XYZ73.2384.1724.7-
YUV227.7356.48143.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.23%
GREEN value IS 241 (94.53% from 255) = 40.71%
BLUE value IS 101 (39.84% from 255) = 17.06%
R=42.23%
G=40.71%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024110100.040.600.0256.3893.7168.82
HexFAF165043C2385e45
Octal3723611450474270136105
Binary1111101011110001110010101001111001011100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF165; }

 p { color: rgb(250,241,101); }

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

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

 a { background-color: rgb(250,241,101); }

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

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

 span { border-color: rgb(250,241,101); }

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