#F5CC53

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

Shades of Kournikova #F5CC53

Tints of Kournikova #F5CC53

Color information

#F5CC53 (or 0xF5CC53) is unknown color: approx Kournikova. HEX triplet: F5, CC and 53. RGB value is (245,204,83). Sum of RGB (Red+Green+Blue) = 245+204+83=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC53 is #0A33AC. Grayscale: #CACACA. Windows color (decimal): -668589 or 5491957. OLE color: 5491957.

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

Color convert

RGB24520483-
CMYK00.170.660.04
HSL44.81º89.01%64.31%-
HSV(B)44.81º66.12%96.08%-
XYZ60.8163.2217.18-
YUV202.4660.58158.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 83 (32.81% from 255) = 15.60%
R=46.05%
G=38.35%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452048300.170.660.0444.8189.0164.31
HexF5CC530114242d5940
Octal365314123021102455131100
Binary11110101110011001010011010001100001010010110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC53; }

 p { color: rgb(245,204,83); }

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

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

 a { background-color: rgb(245,204,83); }

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

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

 span { border-color: rgb(245,204,83); }

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