#f4d611

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

Shades of Gold #F4D611

Tints of Gold #F4D611

Color information

#F4D611 (or 0xF4D611) is unknown color: approx Gold. HEX triplet: F4, D6 and 11. RGB value is (244,214,17). Sum of RGB (Red+Green+Blue) = 244+214+17=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 17 (7.03% from 255 or 3.58% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D611 is #0B29EE. Grayscale: #C9C9C9. Windows color (decimal): -731631 or 1169140. OLE color: 1169140.

HSL color Cylindrical-coordinate representation of color #F4D611: hue angle of 52.07º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4D611 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB24421417-
CMYK00.120.930.04
HSL52.07º91.16%51.18%-
HSV(B)52.07º93.03%95.69%-
XYZ61.4667.3710.29-
YUV200.5124.44159.02-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.37%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 17 (7.03% from 255) = 3.58%
R=51.37%
G=45.05%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442141700.120.930.0452.0791.1651.18
HexF4D6110C5D4345b33
Octal3643262101413546413363
Binary1111010011010110100010110010111011001101001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4d611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4d611; }

 p { color: rgb(244,214,17); }

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

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

 a { background-color: rgb(244,214,17); }

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

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

 span { border-color: rgb(244,214,17); }

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