#F3C96F

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

Shades of Grandis #F3C96F

Tints of Grandis #F3C96F

Color information

#F3C96F (or 0xF3C96F) is unknown color: approx Grandis. HEX triplet: F3, C9 and 6F. RGB value is (243,201,111). Sum of RGB (Red+Green+Blue) = 243+201+111=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C96F is #0C3690. Grayscale: #CBCBCB. Windows color (decimal): -800401 or 7326195. OLE color: 7326195.

HSL color Cylindrical-coordinate representation of color #F3C96F: hue angle of 40.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F3C96F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB243201111-
CMYK00.170.540.05
HSL40.91º84.62%69.41%-
HSV(B)40.91º54.32%95.29%-
XYZ60.7261.9823.8-
YUV203.375.91156.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.78%
GREEN value IS 201 (78.91% from 255) = 36.22%
BLUE value IS 111 (43.75% from 255) = 20%
R=43.78%
G=36.22%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320111100.170.540.0540.9184.6269.41
HexF3C96F011365295545
Octal36331115702166551125105
Binary1111001111001001110111101000111011010110100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C96F; }

 p { color: rgb(243,201,111); }

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

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

 a { background-color: rgb(243,201,111); }

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

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

 span { border-color: rgb(243,201,111); }

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