Html Css Color HEX #F9C76F Grandis

📋 copy color: '#F9C76F'

red 249 ◦ green 199 ◦ blue 111

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

Shades of Grandis #F9C76F

Tints of Grandis #F9C76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.6%

 BLUE value IS 111 (43.75% from 255) = 19.86%

R = 44.54%
G = 35.6%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9C76F (or 0xF9C76F) is known color: Grandis. HEX triplet: F9, C7 and 6F. RGB value is (249,199,111). Sum of RGB (Red+Green+Blue) = 249+199+111=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C76F is #063890. Grayscale: #CCCCCC. Windows color (decimal): -407697 or 7325689. OLE color: 7325689.

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

Color convert

RGB 249 199 111 -
CMYK 0 0.20 0.55 0.02
HSL 38.26º 0.92% 0.71% -
HSV(B) 38.26º 0.55% 0.98% -
XYZ 62.36 62.13 23.75 -
YUV 203.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 249 199 111 0 0.20 0.55 0.02 38.26 0.92 0.71
Hex F9 C7 6F 0 14 37 2 26 5C 47
Octal 371 307 157 0 24 67 2 46 134 107
Binary 11111001 11000111 1101111 0 10100 110111 10 100110 1011100 1000111

Color Harmonies of #F9C76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C76F

Black with #F9C76F

Text Example


Text Example

White with #F9C76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C76F; }

 p { color: rgb(249,199,111); }

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

background-color css

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

 a { background-color: rgb(249,199,111); }

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

border-color css

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

 span { border-color: rgb(249,199,111); }

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