#FFCE5C

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

Shades of Kournikova #FFCE5C

Tints of Kournikova #FFCE5C

Color information

#FFCE5C (or 0xFFCE5C) is unknown color: approx Kournikova. HEX triplet: FF, CE and 5C. RGB value is (255,206,92). Sum of RGB (Red+Green+Blue) = 255+206+92=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 92 (36.33% from 255 or 16.64% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE5C is #0031A3. Grayscale: #D0D0D0. Windows color (decimal): -12708 or 6082303. OLE color: 6082303.

HSL color Cylindrical-coordinate representation of color #FFCE5C: hue angle of 41.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFCE5C is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25520692-
CMYK00.190.640
HSL41.96º100%68.04%-
HSV(B)41.96º63.92%100%-
XYZ65.2466.1819.46-
YUV207.6562.73161.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.11%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 92 (36.33% from 255) = 16.64%
R=46.11%
G=37.25%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552069200.190.64041.9610068.04
HexFFCE5C0134002a6444
Octal377316134023100052144104
Binary111111111100111010111000100111000000010101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE5C; }

 p { color: rgb(255,206,92); }

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

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

 a { background-color: rgb(255,206,92); }

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

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

 span { border-color: rgb(255,206,92); }

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