#f4c75f

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

Shades of Kournikova #F4C75F

Tints of Kournikova #F4C75F

Color information

#F4C75F (or 0xF4C75F) is unknown color: approx Kournikova. HEX triplet: F4, C7 and 5F. RGB value is (244,199,95). Sum of RGB (Red+Green+Blue) = 244+199+95=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4C75F is #0B38A0. Grayscale: #C9C9C9. Windows color (decimal): -735393 or 6277108. OLE color: 6277108.

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

Color convert

RGB24419995-
CMYK00.180.610.04
HSL41.88º87.13%66.47%-
HSV(B)41.88º61.07%95.69%-
XYZ59.860.9119.43-
YUV200.668.41158.96-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.35%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 95 (37.5% from 255) = 17.66%
R=45.35%
G=36.99%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441999500.180.610.0441.8887.1366.47
HexF4C75F0123D42a5742
Octal36430713702275452127102
Binary1111010011000111101111101001011110110010101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4c75f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4c75f; }

 p { color: rgb(244,199,95); }

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

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

 a { background-color: rgb(244,199,95); }

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

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

 span { border-color: rgb(244,199,95); }

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