#F9CD6A

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

Shades of Grandis #F9CD6A

Tints of Grandis #F9CD6A

Color information

#F9CD6A (or 0xF9CD6A) is unknown color: approx Grandis. HEX triplet: F9, CD and 6A. RGB value is (249,205,106). Sum of RGB (Red+Green+Blue) = 249+205+106=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CD6A is #063295. Grayscale: #CFCFCF. Windows color (decimal): -406166 or 6999545. OLE color: 6999545.

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

Color convert

RGB249205106-
CMYK00.180.570.02
HSL41.54º92.26%69.61%-
HSV(B)41.54º57.43%97.65%-
XYZ63.564.8422.8-
YUV206.8771.08158.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 106 (41.80% from 255) = 18.93%
R=44.46%
G=36.61%
B=18.93%

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
Decimal24920510600.180.570.0241.5492.2669.61
HexF9CD6A0123922a5c46
Octal37131515202271252134106
Binary111110011100110111010100100101110011010101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CD6A; }

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

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

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

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

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

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

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

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