#F5CF73

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

Shades of Grandis #F5CF73

Tints of Grandis #F5CF73

Color information

#F5CF73 (or 0xF5CF73) is unknown color: approx Grandis. HEX triplet: F5, CF and 73. RGB value is (245,207,115). Sum of RGB (Red+Green+Blue) = 245+207+115=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF73 is #0A308C. Grayscale: #D0D0D0. Windows color (decimal): -667789 or 7589877. OLE color: 7589877.

HSL color Cylindrical-coordinate representation of color #F5CF73: hue angle of 42.46º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5CF73 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245207115-
CMYK00.160.530.04
HSL42.46º86.67%70.59%-
HSV(B)42.46º53.06%96.08%-
XYZ63.0665.2825.5-
YUV207.8775.59154.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 115 (45.31% from 255) = 20.28%
R=43.21%
G=36.51%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520711500.160.530.0442.4686.6770.59
HexF5CF730103542a5747
Octal36531716302065452127107
Binary1111010111001111111001101000011010110010101010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF73; }

 p { color: rgb(245,207,115); }

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

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

 a { background-color: rgb(245,207,115); }

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

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

 span { border-color: rgb(245,207,115); }

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