#F9C971

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

Shades of Grandis #F9C971

Tints of Grandis #F9C971

Color information

#F9C971 (or 0xF9C971) is unknown color: approx 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

RGB249201113-
CMYK00.190.550.02
HSL38.82º91.89%70.98%-
HSV(B)38.82º54.62%97.65%-
XYZ62.9363.1124.49-
YUV205.3275.9159.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 113 (44.53% from 255) = 20.07%
R=44.23%
G=35.70%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920111300.190.550.0238.8291.8970.98
HexF9C971013372275c47
Octal37131116102367247134107
Binary111110011100100111100010100111101111010011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>