#FFCE58

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

Shades of Kournikova #FFCE58

Tints of Kournikova #FFCE58

Color information

#FFCE58 (or 0xFFCE58) is unknown color: approx Kournikova. HEX triplet: FF, CE and 58. RGB value is (255,206,88). Sum of RGB (Red+Green+Blue) = 255+206+88=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 88 (34.77% from 255 or 16.03% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCE58 is #0031A7. Grayscale: #CFCFCF. Windows color (decimal): -12712 or 5820159. OLE color: 5820159.

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

Color convert

RGB25520688-
CMYK00.190.650
HSL42.4º100%67.25%-
HSV(B)42.4º65.49%100%-
XYZ65.0766.1118.56-
YUV207.260.73162.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 88 (34.77% from 255) = 16.03%
R=46.45%
G=37.52%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552068800.190.65042.410067.25
HexFFCE580134102a6443
Octal377316130023101052144103
Binary111111111100111010110000100111000001010101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE58; }

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

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

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

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

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

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

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

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