#FAF45A

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

Shades of Corn #FAF45A

Tints of Corn #FAF45A

Color information

#FAF45A (or 0xFAF45A) is unknown color: approx Corn. HEX triplet: FA, F4 and 5A. RGB value is (250,244,90). Sum of RGB (Red+Green+Blue) = 250+244+90=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF45A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF45A is #050BA5. Grayscale: #E4E4E4. Windows color (decimal): -330662 or 5960954. OLE color: 5960954.

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

Color convert

RGB25024490-
CMYK00.020.640.02
HSL57.75º94.12%66.67%-
HSV(B)57.75º64%98.04%-
XYZ73.6285.7622.35-
YUV228.2449.99143.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.81%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 90 (35.55% from 255) = 15.41%
R=42.81%
G=41.78%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502449000.020.640.0257.7594.1266.67
HexFAF45A024023a5e43
Octal37236413202100272136103
Binary1111101011110100101101001010000001011101010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF45A; }

 p { color: rgb(250,244,90); }

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

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

 a { background-color: rgb(250,244,90); }

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

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

 span { border-color: rgb(250,244,90); }

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