#F9C36C

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

Shades of Grandis #F9C36C

Tints of Grandis #F9C36C

Color information

#F9C36C (or 0xF9C36C) is unknown color: approx Grandis. HEX triplet: F9, C3 and 6C. RGB value is (249,195,108). Sum of RGB (Red+Green+Blue) = 249+195+108=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C36C is #063C93. Grayscale: #C9C9C9. Windows color (decimal): -408724 or 7128057. OLE color: 7128057.

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

Color convert

RGB249195108-
CMYK00.220.570.02
HSL37.02º92.16%70%-
HSV(B)37.02º56.63%97.65%-
XYZ61.2960.2522.59-
YUV201.2375.39162.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.11%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 108 (42.58% from 255) = 19.57%
R=45.11%
G=35.33%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919510800.220.570.0237.0292.1670
HexF9C36C016392255c46
Octal37130315402671245134106
Binary111110011100001111011000101101110011010010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C36C; }

 p { color: rgb(249,195,108); }

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

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

 a { background-color: rgb(249,195,108); }

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

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

 span { border-color: rgb(249,195,108); }

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