#F5CC74

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

Shades of Grandis #F5CC74

Tints of Grandis #F5CC74

Color information

#F5CC74 (or 0xF5CC74) is unknown color: approx Grandis. HEX triplet: F5, CC and 74. RGB value is (245,204,116). Sum of RGB (Red+Green+Blue) = 245+204+116=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC74 is #0A338B. Grayscale: #CECECE. Windows color (decimal): -668556 or 7654645. OLE color: 7654645.

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

Color convert

RGB245204116-
CMYK00.170.530.04
HSL40.93º86.58%70.78%-
HSV(B)40.93º52.65%96.08%-
XYZ62.463.8625.56-
YUV206.2377.08155.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 116 (45.70% from 255) = 20.53%
R=43.36%
G=36.11%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520411600.170.530.0440.9386.5870.78
HexF5CC74011354295747
Octal36531416402165451127107
Binary1111010111001100111010001000111010110010100110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CC74; }

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

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

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

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

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

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

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

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