#FFCA70

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

Shades of Grandis #FFCA70

Tints of Grandis #FFCA70

Color information

#FFCA70 (or 0xFFCA70) is unknown color: approx Grandis. HEX triplet: FF, CA and 70. RGB value is (255,202,112). Sum of RGB (Red+Green+Blue) = 255+202+112=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA70 is #00358F. Grayscale: #D0D0D0. Windows color (decimal): -13712 or 7391999. OLE color: 7391999.

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

Color convert

RGB255202112-
CMYK00.210.560
HSL37.76º100%71.96%-
HSV(B)37.76º56.08%100%-
XYZ65.2964.6724.37-
YUV207.5974.06161.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 112 (44.14% from 255) = 19.68%
R=44.82%
G=35.50%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520211200.210.56037.7610071.96
HexFFCA70015380266448
Octal37731216002570046144110
Binary11111111110010101110000010101111000010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA70; }

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

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

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

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

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

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

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

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