#FFCE56

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

Shades of Kournikova #FFCE56

Tints of Kournikova #FFCE56

Color information

#FFCE56 (or 0xFFCE56) is unknown color: approx Kournikova. HEX triplet: FF, CE and 56. RGB value is (255,206,86). Sum of RGB (Red+Green+Blue) = 255+206+86=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE56 is #0031A9. Grayscale: #CFCFCF. Windows color (decimal): -12714 or 5689087. OLE color: 5689087.

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

Color convert

RGB25520686-
CMYK00.190.660
HSL42.6º100%66.86%-
HSV(B)42.6º66.27%100%-
XYZ64.9966.0718.13-
YUV206.9759.73162.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 86 (33.98% from 255) = 15.72%
R=46.62%
G=37.66%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552068600.190.66042.610066.86
HexFFCE560134202b6443
Octal377316126023102053144103
Binary111111111100111010101100100111000010010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE56; }

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

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

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

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

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

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

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

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