#F4C85A

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

Shades of Kournikova #F4C85A

Tints of Kournikova #F4C85A

Color information

#F4C85A (or 0xF4C85A) is unknown color: approx Kournikova. HEX triplet: F4, C8 and 5A. RGB value is (244,200,90). Sum of RGB (Red+Green+Blue) = 244+200+90=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C85A is #0B37A5. Grayscale: #C9C9C9. Windows color (decimal): -735142 or 5949684. OLE color: 5949684.

HSL color Cylindrical-coordinate representation of color #F4C85A: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4C85A is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24420090-
CMYK00.180.630.04
HSL42.86º87.5%65.49%-
HSV(B)42.86º63.11%95.69%-
XYZ59.8161.2818.35-
YUV200.6265.58158.94-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 90 (35.55% from 255) = 16.85%
R=45.69%
G=37.45%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442009000.180.630.0442.8687.565.49
HexF4C85A0123F42b5841
Octal36431013202277453130101
Binary1111010011001000101101001001011111110010101110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4C85A; }

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

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

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

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

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

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

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

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