#F4CD74

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

Shades of Grandis #F4CD74

Tints of Grandis #F4CD74

Color information

#F4CD74 (or 0xF4CD74) is unknown color: approx Grandis. HEX triplet: F4, CD and 74. RGB value is (244,205,116). Sum of RGB (Red+Green+Blue) = 244+205+116=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4CD74 is #0B328B. Grayscale: #CECECE. Windows color (decimal): -733836 or 7654900. OLE color: 7654900.

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

Color convert

RGB244205116-
CMYK00.160.520.04
HSL41.72º85.33%70.59%-
HSV(B)41.72º52.46%95.69%-
XYZ62.2964.1625.62-
YUV206.5276.92154.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.19%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 116 (45.70% from 255) = 20.53%
R=43.19%
G=36.28%
B=20.53%

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
Decimal24420511600.160.520.0441.7285.3370.59
HexF4CD740103442a5547
Octal36431516402064452125107
Binary1111010011001101111010001000011010010010101010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CD74; }

 p { color: rgb(244,205,116); }

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

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

 a { background-color: rgb(244,205,116); }

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

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

 span { border-color: rgb(244,205,116); }

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