#FFC56E

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

Shades of Grandis #FFC56E

Tints of Grandis #FFC56E

Color information

#FFC56E (or 0xFFC56E) is unknown color: approx Grandis. HEX triplet: FF, C5 and 6E. RGB value is (255,197,110). Sum of RGB (Red+Green+Blue) = 255+197+110=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC56E is #003A91. Grayscale: #CCCCCC. Windows color (decimal): -14994 or 7259647. OLE color: 7259647.

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

Color convert

RGB255197110-
CMYK00.230.570
HSL36º100%71.57%-
HSV(B)36º56.86%100%-
XYZ64.0262.3223.41-
YUV204.4274.72164.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 110 (43.36% from 255) = 19.57%
R=45.37%
G=35.05%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519711000.230.5703610071.57
HexFFC56E017390246448
Octal37730515602771044144110
Binary11111111110001011101110010111111001010010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC56E; }

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

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

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

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

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

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

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

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