#FAF357

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

Shades of Corn #FAF357

Tints of Corn #FAF357

Color information

#FAF357 (or 0xFAF357) is unknown color: approx Corn. HEX triplet: FA, F3 and 57. RGB value is (250,243,87). Sum of RGB (Red+Green+Blue) = 250+243+87=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 87 (34.38% from 255 or 15% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF357 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF357 is #050CA8. Grayscale: #E3E3E3. Windows color (decimal): -330921 or 5764090. OLE color: 5764090.

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

Color convert

RGB25024387-
CMYK00.030.650.02
HSL57.42º94.22%66.08%-
HSV(B)57.42º65.2%98.04%-
XYZ73.285.1121.59-
YUV227.3148.82144.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.10%
GREEN value IS 243 (95.31% from 255) = 41.90%
BLUE value IS 87 (34.38% from 255) = 15%
R=43.10%
G=41.90%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502438700.030.650.0257.4294.2266.08
HexFAF35703412395e42
Octal37236312703101271136102
Binary1111101011110011101011101110000011011100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF357; }

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

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

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

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

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

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

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

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