#F5CD75

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

Shades of Grandis #F5CD75

Tints of Grandis #F5CD75

Color information

#F5CD75 (or 0xF5CD75) is unknown color: approx Grandis. HEX triplet: F5, CD and 75. RGB value is (245,205,117). Sum of RGB (Red+Green+Blue) = 245+205+117=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CD75 is #0A328A. Grayscale: #CFCFCF. Windows color (decimal): -668299 or 7720437. OLE color: 7720437.

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

Color convert

RGB245205117-
CMYK00.160.520.04
HSL41.25º86.49%70.98%-
HSV(B)41.25º52.24%96.08%-
XYZ62.764.3625.95-
YUV206.9377.25155.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 117 (46.09% from 255) = 20.63%
R=43.21%
G=36.16%
B=20.63%

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
Decimal24520511700.160.520.0441.2586.4970.98
HexF5CD75010344295647
Octal36531516502064451126107
Binary1111010111001101111010101000011010010010100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CD75; }

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

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

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

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

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

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

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

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