#FFCB5D

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

Shades of Kournikova #FFCB5D

Tints of Kournikova #FFCB5D

Color information

#FFCB5D (or 0xFFCB5D) is unknown color: approx Kournikova. HEX triplet: FF, CB and 5D. RGB value is (255,203,93). Sum of RGB (Red+Green+Blue) = 255+203+93=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB5D is #0034A2. Grayscale: #CECECE. Windows color (decimal): -13475 or 6147071. OLE color: 6147071.

HSL color Cylindrical-coordinate representation of color #FFCB5D: hue angle of 40.74º 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 #FFCB5D is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25520393-
CMYK00.200.640
HSL40.74º100%68.24%-
HSV(B)40.74º63.53%100%-
XYZ64.5764.7619.45-
YUV206.0164.23162.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 203 (79.69% from 255) = 36.84%
BLUE value IS 93 (36.72% from 255) = 16.88%
R=46.28%
G=36.84%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552039300.200.64040.7410068.24
HexFFCB5D014400296444
Octal377313135024100051144104
Binary111111111100101110111010101001000000010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB5D; }

 p { color: rgb(255,203,93); }

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

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

 a { background-color: rgb(255,203,93); }

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

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

 span { border-color: rgb(255,203,93); }

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