#F9D46C

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

Shades of Grandis #F9D46C

Tints of Grandis #F9D46C

Color information

#F9D46C (or 0xF9D46C) is unknown color: approx Grandis. HEX triplet: F9, D4 and 6C. RGB value is (249,212,108). Sum of RGB (Red+Green+Blue) = 249+212+108=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 108 (42.58% from 255 or 18.98% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D46C is #062B93. Grayscale: #D3D3D3. Windows color (decimal): -404372 or 7132409. OLE color: 7132409.

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

Color convert

RGB249212108-
CMYK00.150.570.02
HSL44.26º92.16%70%-
HSV(B)44.26º56.63%97.65%-
XYZ65.3268.3123.93-
YUV211.2169.76154.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.76%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 108 (42.58% from 255) = 18.98%
R=43.76%
G=37.26%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921210800.150.570.0244.2692.1670
HexF9D46C0F3922c5c46
Octal37132415401771254134106
Binary11111001110101001101100011111110011010110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D46C; }

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

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

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

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

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

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

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

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