#FCCB53

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

Shades of Kournikova #FCCB53

Tints of Kournikova #FCCB53

Color information

#FCCB53 (or 0xFCCB53) is unknown color: approx Kournikova. HEX triplet: FC, CB and 53. RGB value is (252,203,83). Sum of RGB (Red+Green+Blue) = 252+203+83=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 83 (32.81% from 255 or 15.43% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB53 is #0334AC. Grayscale: #CCCCCC. Windows color (decimal): -210093 or 5491708. OLE color: 5491708.

HSL color Cylindrical-coordinate representation of color #FCCB53: hue angle of 42.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCCB53 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB25220383-
CMYK00.190.670.01
HSL42.6º96.57%65.69%-
HSV(B)42.6º67.06%98.82%-
XYZ63.0664.0317.22-
YUV203.9759.73162.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 203 (79.69% from 255) = 37.73%
BLUE value IS 83 (32.81% from 255) = 15.43%
R=46.84%
G=37.73%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522038300.190.670.0142.696.5765.69
HexFCCB530134312b6142
Octal374313123023103153141102
Binary111111001100101110100110100111000011110101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCB53; }

 p { color: rgb(252,203,83); }

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

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

 a { background-color: rgb(252,203,83); }

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

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

 span { border-color: rgb(252,203,83); }

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