Html Css Color HEX #F9D16A Grandis

📋 copy color: '#F9D16A'

red 249 ◦ green 209 ◦ blue 106

#F9D16A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #F9D16A

Tints of Grandis #F9D16A

RGB

 RED value IS 249 (97.66% from 255) = 44.15%

 GREEN value IS 209 (82.03% from 255) = 37.06%

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 44.15%
G = 37.06%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9D16A (or 0xF9D16A) is known color: Grandis. HEX triplet: F9, D1 and 6A. RGB value is (249,209,106). Sum of RGB (Red+Green+Blue) = 249+209+106=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D16A is #062E95. Grayscale: #D1D1D1. Windows color (decimal): -405142 or 7000569. OLE color: 7000569.

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

Color convert

RGB 249 209 106 -
CMYK 0 0.16 0.57 0.02
HSL 43.22º 0.92% 0.7% -
HSV(B) 43.22º 0.57% 0.98% -
XYZ 64.47 66.78 23.13 -
YUV 209.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 249 209 106 0 0.16 0.57 0.02 43.22 0.92 0.7
Hex F9 D1 6A 0 10 39 2 2B 5C 46
Octal 371 321 152 0 20 71 2 53 134 106
Binary 11111001 11010001 1101010 0 10000 111001 10 101011 1011100 1000110

Color Harmonies of #F9D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D16A

Black with #F9D16A

Text Example


Text Example

White with #F9D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D16A; }

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

 H1.HeaderClassName
 {
   color: #F9D16A;
 }
 .AnyTagClassName
 {
   color: #F9D16A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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