#F1CC52

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

Shades of Kournikova #F1CC52

Tints of Kournikova #F1CC52

Color information

#F1CC52 (or 0xF1CC52) is unknown color: approx Kournikova. HEX triplet: F1, CC and 52. RGB value is (241,204,82). Sum of RGB (Red+Green+Blue) = 241+204+82=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 82 (32.42% from 255 or 15.56% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC52 is #0E33AD. Grayscale: #C9C9C9. Windows color (decimal): -930734 or 5426417. OLE color: 5426417.

HSL color Cylindrical-coordinate representation of color #F1CC52: hue angle of 46.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F1CC52 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24120482-
CMYK00.150.660.05
HSL46.04º85.03%63.33%-
HSV(B)46.04º65.98%94.51%-
XYZ59.3962.516.92-
YUV201.1660.76156.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 82 (32.42% from 255) = 15.56%
R=45.73%
G=38.71%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412048200.150.660.0546.0485.0363.33
HexF1CC520F4252e553f
Octal36131412201710255612577
Binary111100011100110010100100111110000101011011101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC52; }

 p { color: rgb(241,204,82); }

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

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

 a { background-color: rgb(241,204,82); }

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

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

 span { border-color: rgb(241,204,82); }

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