#FFCA5B

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

Shades of Kournikova #FFCA5B

Tints of Kournikova #FFCA5B

Color information

#FFCA5B (or 0xFFCA5B) is unknown color: approx Kournikova. HEX triplet: FF, CA and 5B. RGB value is (255,202,91). Sum of RGB (Red+Green+Blue) = 255+202+91=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 91 (35.94% from 255 or 16.61% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA5B is #0035A4. Grayscale: #CDCDCD. Windows color (decimal): -13733 or 6015743. OLE color: 6015743.

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

Color convert

RGB25520291-
CMYK00.210.640
HSL40.61º100%67.84%-
HSV(B)40.61º64.31%100%-
XYZ64.2564.2618.91-
YUV205.1963.56163.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.53%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 91 (35.94% from 255) = 16.61%
R=46.53%
G=36.86%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552029100.210.64040.6110067.84
HexFFCA5B015400296444
Octal377312133025100051144104
Binary111111111100101010110110101011000000010100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA5B; }

 p { color: rgb(255,202,91); }

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

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

 a { background-color: rgb(255,202,91); }

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

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

 span { border-color: rgb(255,202,91); }

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