Html Css Color HEX #F9C86D Grandis

📋 copy color: '#F9C86D'

red 249 ◦ green 200 ◦ blue 109

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

Shades of Grandis #F9C86D

Tints of Grandis #F9C86D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 44.62%
G = 35.84%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9C86D (or 0xF9C86D) is known color: Grandis. HEX triplet: F9, C8 and 6D. RGB value is (249,200,109). Sum of RGB (Red+Green+Blue) = 249+200+109=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C86D is #063792. Grayscale: #CCCCCC. Windows color (decimal): -407443 or 7194873. OLE color: 7194873.

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

Color convert

RGB 249 200 109 -
CMYK 0 0.20 0.56 0.02
HSL 39º 0.92% 0.7% -
HSV(B) 39º 0.56% 0.98% -
XYZ 62.48 62.55 23.25 -
YUV 204.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 249 200 109 0 0.20 0.56 0.02 39 0.92 0.7
Hex F9 C8 6D 0 14 38 2 27 5C 46
Octal 371 310 155 0 24 70 2 47 134 106
Binary 11111001 11001000 1101101 0 10100 111000 10 100111 1011100 1000110

Color Harmonies of #F9C86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C86D

Black with #F9C86D

Text Example


Text Example

White with #F9C86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C86D; }

 p { color: rgb(249,200,109); }

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

background-color css

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

 a { background-color: rgb(249,200,109); }

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

border-color css

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

 span { border-color: rgb(249,200,109); }

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