#FAF261

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

Shades of Corn #FAF261

Tints of Corn #FAF261

Color information

#FAF261 (or 0xFAF261) is unknown color: approx Corn. HEX triplet: FA, F2 and 61. RGB value is (250,242,97). Sum of RGB (Red+Green+Blue) = 250+242+97=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 97 (38.28% from 255 or 16.47% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF261 is #050D9E. Grayscale: #E4E4E4. Windows color (decimal): -331167 or 6419194. OLE color: 6419194.

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

Color convert

RGB25024297-
CMYK00.030.610.02
HSL56.86º93.87%68.04%-
HSV(B)56.86º61.2%98.04%-
XYZ73.3384.6923.79-
YUV227.8654.15143.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 242 (94.92% from 255) = 41.09%
BLUE value IS 97 (38.28% from 255) = 16.47%
R=42.44%
G=41.09%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502429700.030.610.0256.8693.8768.04
HexFAF261033D2395e44
Octal3723621410375271136104
Binary111110101111001011000010111111011011100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF261; }

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

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

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

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

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

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

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

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