#F9CA72

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

Shades of Grandis #F9CA72

Tints of Grandis #F9CA72

Color information

#F9CA72 (or 0xF9CA72) is unknown color: approx Grandis. HEX triplet: F9, CA and 72. RGB value is (249,202,114). Sum of RGB (Red+Green+Blue) = 249+202+114=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA72 is #06358D. Grayscale: #CECECE. Windows color (decimal): -406926 or 7523065. OLE color: 7523065.

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

Color convert

RGB249202114-
CMYK00.190.540.02
HSL39.11º91.84%71.18%-
HSV(B)39.11º54.22%97.65%-
XYZ63.2263.624.86-
YUV206.0276.07158.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.07%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 114 (44.92% from 255) = 20.18%
R=44.07%
G=35.75%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920211400.190.540.0239.1191.8471.18
HexF9CA72013362275c47
Octal37131216202366247134107
Binary111110011100101011100100100111101101010011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CA72; }

 p { color: rgb(249,202,114); }

 H1.HeaderClassName
 {
   color: #F9CA72;
 }
 .AnyTagClassName
 {
   color: #F9CA72;
 }
</style>
background-color css

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

 a { background-color: rgb(249,202,114); }

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

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

 span { border-color: rgb(249,202,114); }

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