#F9D069

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

Shades of Grandis #F9D069

Tints of Grandis #F9D069

Color information

#F9D069 (or 0xF9D069) is unknown color: approx Grandis. HEX triplet: F9, D0 and 69. RGB value is (249,208,105). Sum of RGB (Red+Green+Blue) = 249+208+105=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D069 is #062F96. Grayscale: #D0D0D0. Windows color (decimal): -405399 or 6934777. OLE color: 6934777.

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

Color convert

RGB249208105-
CMYK00.160.580.02
HSL42.92º92.31%69.41%-
HSV(B)42.92º57.83%97.65%-
XYZ64.1766.2722.77-
YUV208.5269.58156.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.31%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 105 (41.41% from 255) = 18.68%
R=44.31%
G=37.01%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920810500.160.580.0242.9292.3169.41
HexF9D0690103A22b5c45
Octal37132015102072253134105
Binary111110011101000011010010100001110101010101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D069; }

 p { color: rgb(249,208,105); }

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

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

 a { background-color: rgb(249,208,105); }

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

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

 span { border-color: rgb(249,208,105); }

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