#F5CC75

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

Shades of Grandis #F5CC75

Tints of Grandis #F5CC75

Color information

#F5CC75 (or 0xF5CC75) is unknown color: approx Grandis. HEX triplet: F5, CC and 75. RGB value is (245,204,117). Sum of RGB (Red+Green+Blue) = 245+204+117=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC75 is #0A338A. Grayscale: #CECECE. Windows color (decimal): -668555 or 7720181. OLE color: 7720181.

HSL color Cylindrical-coordinate representation of color #F5CC75: hue angle of 40.78º 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 #F5CC75 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245204117-
CMYK00.170.520.04
HSL40.78º86.49%70.98%-
HSV(B)40.78º52.24%96.08%-
XYZ62.4663.8825.87-
YUV206.3477.58155.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 204 (80.08% from 255) = 36.04%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=43.29%
G=36.04%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520411700.170.520.0440.7886.4970.98
HexF5CC75011344295647
Octal36531416502164451126107
Binary1111010111001100111010101000111010010010100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC75; }

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

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

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

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

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

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

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

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