#FFC76E

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

Shades of Grandis #FFC76E

Tints of Grandis #FFC76E

Color information

#FFC76E (or 0xFFC76E) is unknown color: approx Grandis. HEX triplet: FF, C7 and 6E. RGB value is (255,199,110). Sum of RGB (Red+Green+Blue) = 255+199+110=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC76E is #003891. Grayscale: #CECECE. Windows color (decimal): -14482 or 7260159. OLE color: 7260159.

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

Color convert

RGB255199110-
CMYK00.220.570
HSL36.83º100%71.57%-
HSV(B)36.83º56.86%100%-
XYZ64.4863.2323.56-
YUV205.674.05163.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 110 (43.36% from 255) = 19.50%
R=45.21%
G=35.28%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519911000.220.57036.8310071.57
HexFFC76E016390256448
Octal37730715602671045144110
Binary11111111110001111101110010110111001010010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC76E; }

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

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

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

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

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

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

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

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