#F5CF75

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

Shades of Grandis #F5CF75

Tints of Grandis #F5CF75

Color information

#F5CF75 (or 0xF5CF75) is unknown color: approx Grandis. HEX triplet: F5, CF and 75. RGB value is (245,207,117). Sum of RGB (Red+Green+Blue) = 245+207+117=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF75 is #0A308A. Grayscale: #D0D0D0. Windows color (decimal): -667787 or 7720949. OLE color: 7720949.

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

Color convert

RGB245207117-
CMYK00.160.520.04
HSL42.19º86.49%70.98%-
HSV(B)42.19º52.24%96.08%-
XYZ63.1865.3226.11-
YUV208.176.59154.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=43.06%
G=36.38%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520711700.160.520.0442.1986.4970.98
HexF5CF750103442a5647
Octal36531716502064452126107
Binary1111010111001111111010101000011010010010101010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CF75; }

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

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

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

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

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

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

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

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