Html Css Color HEX #F9C971 Grandis

📋 copy color: '#F9C971'

red 249 ◦ green 201 ◦ blue 113

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

Shades of Grandis #F9C971

Tints of Grandis #F9C971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.7%

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 44.23%
G = 35.7%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9C971 (or 0xF9C971) is known color: Grandis. HEX triplet: F9, C9 and 71. RGB value is (249,201,113). Sum of RGB (Red+Green+Blue) = 249+201+113=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C971 is #06368E. Grayscale: #CDCDCD. Windows color (decimal): -407183 or 7457273. OLE color: 7457273.

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

Color convert

RGB 249 201 113 -
CMYK 0 0.19 0.55 0.02
HSL 38.82º 0.92% 0.71% -
HSV(B) 38.82º 0.55% 0.98% -
XYZ 62.93 63.11 24.49 -
YUV 205.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 249 201 113 0 0.19 0.55 0.02 38.82 0.92 0.71
Hex F9 C9 71 0 13 37 2 27 5C 47
Octal 371 311 161 0 23 67 2 47 134 107
Binary 11111001 11001001 1110001 0 10011 110111 10 100111 1011100 1000111

Color Harmonies of #F9C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C971

Black with #F9C971

Text Example


Text Example

White with #F9C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C971; }

 p { color: rgb(249,201,113); }

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

background-color css

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

 a { background-color: rgb(249,201,113); }

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

border-color css

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

 span { border-color: rgb(249,201,113); }

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