#F0D601

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

Shades of Gold #F0D601

Tints of Gold #F0D601

Color information

#F0D601 (or 0xF0D601) is unknown color: approx Gold. HEX triplet: F0, D6 and 01. RGB value is (240,214,1). Sum of RGB (Red+Green+Blue) = 240+214+1=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D601 is #0F29FE. Grayscale: #C6C6C6. Windows color (decimal): -993791 or 120560. OLE color: 120560.

HSL color Cylindrical-coordinate representation of color #F0D601: hue angle of 53.47º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0D601 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB2402141-
CMYK00.111.000.06
HSL53.47º99.17%47.25%-
HSV(B)53.47º99.58%94.12%-
XYZ59.9966.629.73-
YUV197.4917.11158.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.75%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 1 (0.78% from 255) = 0.22%
R=52.75%
G=47.03%
B=0.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240214100.111.000.0653.4799.1747.25
HexF0D610B64635632f
Octal360326101314466514357
Binary111100001101011010101111001001101101011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D601; }

 p { color: rgb(240,214,1); }

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

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

 a { background-color: rgb(240,214,1); }

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

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

 span { border-color: rgb(240,214,1); }

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