#FFCA71

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

Shades of Grandis #FFCA71

Tints of Grandis #FFCA71

Color information

#FFCA71 (or 0xFFCA71) is unknown color: approx Grandis. HEX triplet: FF, CA and 71. RGB value is (255,202,113). Sum of RGB (Red+Green+Blue) = 255+202+113=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA71 is #00358E. Grayscale: #D0D0D0. Windows color (decimal): -13711 or 7457535. OLE color: 7457535.

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

Color convert

RGB255202113-
CMYK00.210.560
HSL37.61º100%72.16%-
HSV(B)37.61º55.69%100%-
XYZ65.3464.6924.67-
YUV207.774.56161.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 113 (44.53% from 255) = 19.82%
R=44.74%
G=35.44%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520211300.210.56037.6110072.16
HexFFCA71015380266448
Octal37731216102570046144110
Binary11111111110010101110001010101111000010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA71; }

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

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

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

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

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

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

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

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