#FFCE45

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

Shades of Kournikova #FFCE45

Tints of Kournikova #FFCE45

Color information

#FFCE45 (or 0xFFCE45) is unknown color: approx Kournikova. HEX triplet: FF, CE and 45. RGB value is (255,206,69). Sum of RGB (Red+Green+Blue) = 255+206+69=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 69 (27.34% from 255 or 13.02% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE45 is #0031BA. Grayscale: #CDCDCD. Windows color (decimal): -12731 or 4574975. OLE color: 4574975.

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

Color convert

RGB25520669-
CMYK00.190.730
HSL44.19º100%63.53%-
HSV(B)44.19º72.94%100%-
XYZ64.3965.8314.94-
YUV205.0351.23163.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 69 (27.34% from 255) = 13.02%
R=48.11%
G=38.87%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552066900.190.73044.1910063.53
HexFFCE450134902c6440
Octal377316105023111054144100
Binary111111111100111010001010100111001001010110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCE45; }

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

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

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

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

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

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

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

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