#FAF15D

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

Shades of Corn #FAF15D

Tints of Corn #FAF15D

Color information

#FAF15D (or 0xFAF15D) is unknown color: approx Corn. HEX triplet: FA, F1 and 5D. RGB value is (250,241,93). Sum of RGB (Red+Green+Blue) = 250+241+93=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 93 (36.72% from 255 or 15.92% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF15D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF15D is #050EA2. Grayscale: #E3E3E3. Windows color (decimal): -331427 or 6156794. OLE color: 6156794.

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

Color convert

RGB25024193-
CMYK00.040.630.02
HSL56.56º94.01%67.25%-
HSV(B)56.56º62.8%98.04%-
XYZ72.8684.0222.73-
YUV226.8252.48144.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 93 (36.72% from 255) = 15.92%
R=42.81%
G=41.27%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502419300.040.630.0256.5694.0167.25
HexFAF15D043F2395e43
Octal3723611350477271136103
Binary1111101011110001101110101001111111011100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF15D; }

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

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

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

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

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

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

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

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