#F9CC6A

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

Shades of Grandis #F9CC6A

Tints of Grandis #F9CC6A

Color information

#F9CC6A (or 0xF9CC6A) is unknown color: approx Grandis. HEX triplet: F9, CC and 6A. RGB value is (249,204,106). Sum of RGB (Red+Green+Blue) = 249+204+106=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 106 (41.80% from 255 or 18.96% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CC6A is #063395. Grayscale: #CECECE. Windows color (decimal): -406422 or 6999289. OLE color: 6999289.

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

Color convert

RGB249204106-
CMYK00.180.570.02
HSL41.12º92.26%69.61%-
HSV(B)41.12º57.43%97.65%-
XYZ63.2664.3722.73-
YUV206.2871.41158.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.54%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 106 (41.80% from 255) = 18.96%
R=44.54%
G=36.49%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920410600.180.570.0241.1292.2669.61
HexF9CC6A012392295c46
Octal37131415202271251134106
Binary111110011100110011010100100101110011010100110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CC6A; }

 p { color: rgb(249,204,106); }

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

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

 a { background-color: rgb(249,204,106); }

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

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

 span { border-color: rgb(249,204,106); }

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