#ffc870

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

Shades of Grandis #FFC870

Tints of Grandis #FFC870

Color information

#FFC870 (or 0xFFC870) is unknown color: approx Grandis. HEX triplet: FF, C8 and 70. RGB value is (255,200,112). Sum of RGB (Red+Green+Blue) = 255+200+112=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC870 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC870 is #00378F. Grayscale: #CECECE. Windows color (decimal): -14224 or 7391487. OLE color: 7391487.

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

Color convert

RGB255200112-
CMYK00.220.560
HSL36.92º100%71.96%-
HSV(B)36.92º56.08%100%-
XYZ64.8263.7424.22-
YUV206.4174.72162.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 112 (44.14% from 255) = 19.75%
R=44.97%
G=35.27%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520011200.220.56036.9210071.96
HexFFC870016380256448
Octal37731016002670045144110
Binary11111111110010001110000010110111000010010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc870; }

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

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

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

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

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

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

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

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