#FFCA55

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

Shades of Kournikova #FFCA55

Tints of Kournikova #FFCA55

Color information

#FFCA55 (or 0xFFCA55) is unknown color: approx Kournikova. HEX triplet: FF, CA and 55. RGB value is (255,202,85). Sum of RGB (Red+Green+Blue) = 255+202+85=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA55 is #0035AA. Grayscale: #CDCDCD. Windows color (decimal): -13739 or 5622527. OLE color: 5622527.

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

Color convert

RGB25520285-
CMYK00.210.670
HSL41.29º100%66.67%-
HSV(B)41.29º66.67%100%-
XYZ6464.1617.6-
YUV204.5160.56164.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 85 (33.59% from 255) = 15.68%
R=47.05%
G=37.27%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552028500.210.67041.2910066.67
HexFFCA55015430296443
Octal377312125025103051144103
Binary111111111100101010101010101011000011010100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA55; }

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

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

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

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

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

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

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

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