#FFC86E

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

Shades of Grandis #FFC86E

Tints of Grandis #FFC86E

Color information

#FFC86E (or 0xFFC86E) is unknown color: approx Grandis. HEX triplet: FF, C8 and 6E. RGB value is (255,200,110). Sum of RGB (Red+Green+Blue) = 255+200+110=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC86E is #003791. Grayscale: #CECECE. Windows color (decimal): -14226 or 7260415. OLE color: 7260415.

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

Color convert

RGB255200110-
CMYK00.220.570
HSL37.24º100%71.57%-
HSV(B)37.24º56.86%100%-
XYZ64.7163.6923.64-
YUV206.1873.72162.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 110 (43.36% from 255) = 19.47%
R=45.13%
G=35.40%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520011000.220.57037.2410071.57
HexFFC86E016390256448
Octal37731015602671045144110
Binary11111111110010001101110010110111001010010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC86E; }

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

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

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

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

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

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

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

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