Html Css Color HEX #F0D301 Gold

📋 copy color: '#F0D301'

red 240 ◦ green 211 ◦ blue 1

#F0D301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #F0D301

Tints of Gold #F0D301

RGB

 RED value IS 240 (94.14% from 255) = 53.1%

 GREEN value IS 211 (82.81% from 255) = 46.68%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.1%
G = 46.68%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F0D301 (or 0xF0D301) is known color: Gold. HEX triplet: F0, D3 and 01. RGB value is (240,211,1). Sum of RGB (Red+Green+Blue) = 240+211+1=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D301 is #0F2CFE. Grayscale: #C4C4C4. Windows color (decimal): -994559 or 119792. OLE color: 119792.

HSL color Cylindrical-coordinate representation of color #F0D301: hue angle of 52.72º 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 #F0D301 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 211 1 -
CMYK 0 0.12 1.00 0.06
HSL 52.72º 0.99% 0.47% -
HSV(B) 52.72º 1% 0.94% -
XYZ 59.23 65.12 9.48 -
YUV 195.73 18.11 159.58 -
System Red Green Blue C M Y K H S L
Decimal 240 211 1 0 0.12 1.00 0.06 52.72 0.99 0.47
Hex F0 D3 1 0 C 64 6 35 63 2F
Octal 360 323 1 0 14 144 6 65 143 57
Binary 11110000 11010011 1 0 1100 1100100 110 110101 1100011 101111

Color Harmonies of #F0D301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D301

Black with #F0D301

Text Example


Text Example

White with #F0D301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D301; }

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

 H1.HeaderClassName
 {
   color: #F0D301;
 }
 .AnyTagClassName
 {
   color: #F0D301;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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