#FFC96E

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

Shades of Grandis #FFC96E

Tints of Grandis #FFC96E

Color information

#FFC96E (or 0xFFC96E) is unknown color: approx Grandis. HEX triplet: FF, C9 and 6E. RGB value is (255,201,110). Sum of RGB (Red+Green+Blue) = 255+201+110=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC96E is #003691. Grayscale: #CFCFCF. Windows color (decimal): -13970 or 7260671. OLE color: 7260671.

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

Color convert

RGB255201110-
CMYK00.210.570
HSL37.66º100%71.57%-
HSV(B)37.66º56.86%100%-
XYZ64.9464.1623.71-
YUV206.7773.39162.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 110 (43.36% from 255) = 19.43%
R=45.05%
G=35.51%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520111000.210.57037.6610071.57
HexFFC96E015390266448
Octal37731115602571046144110
Binary11111111110010011101110010101111001010011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC96E; }

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

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

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

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

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

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

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

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