#FCCE48

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

Shades of Kournikova #FCCE48

Tints of Kournikova #FCCE48

Color information

#FCCE48 (or 0xFCCE48) is unknown color: approx Kournikova. HEX triplet: FC, CE and 48. RGB value is (252,206,72). Sum of RGB (Red+Green+Blue) = 252+206+72=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCE48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCE48 is #0331B7. Grayscale: #CDCDCD. Windows color (decimal): -209336 or 4771580. OLE color: 4771580.

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

Color convert

RGB25220672-
CMYK00.180.710.01
HSL44.67º96.77%63.53%-
HSV(B)44.67º71.43%98.82%-
XYZ63.3965.3115.4-
YUV204.4853.24161.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 72 (28.52% from 255) = 13.58%
R=47.55%
G=38.87%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522067200.180.710.0144.6796.7763.53
HexFCCE480124712d6140
Octal374316110022107155141100
Binary111111001100111010010000100101000111110110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCE48; }

 p { color: rgb(252,206,72); }

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

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

 a { background-color: rgb(252,206,72); }

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

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

 span { border-color: rgb(252,206,72); }

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