#FAF265

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

Shades of Corn #FAF265

Tints of Corn #FAF265

Color information

#FAF265 (or 0xFAF265) is unknown color: approx Corn. HEX triplet: FA, F2 and 65. RGB value is (250,242,101). Sum of RGB (Red+Green+Blue) = 250+242+101=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF265 is #050D9A. Grayscale: #E4E4E4. Windows color (decimal): -331163 or 6681338. OLE color: 6681338.

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

Color convert

RGB250242101-
CMYK00.030.600.02
HSL56.78º93.71%68.82%-
HSV(B)56.78º59.6%98.04%-
XYZ73.5384.7724.8-
YUV228.3256.15143.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 242 (94.92% from 255) = 40.81%
BLUE value IS 101 (39.84% from 255) = 17.03%
R=42.16%
G=40.81%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024210100.030.600.0256.7893.7168.82
HexFAF265033C2395e45
Octal3723621450374271136105
Binary111110101111001011001010111111001011100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF265; }

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

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

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

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

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

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

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

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