Html Css Color HEX #F0D500 Gold

📋 copy color: '#F0D500'

red 240 ◦ green 213 ◦ blue 0

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

Shades of Gold #F0D500

Tints of Gold #F0D500

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.98%
G = 47.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F0D500 (or 0xF0D500) is known color: Gold. HEX triplet: F0, D5 and 00. RGB value is (240,213,0). Sum of RGB (Red+Green+Blue) = 240+213+0=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D500 is #0F2AFF. Grayscale: #C5C5C5. Windows color (decimal): -994048 or 54768. OLE color: 54768.

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

Color convert

RGB 240 213 0 -
CMYK 0 0.11 1 0.06
HSL 53.25º 1% 0.47% -
HSV(B) 53.25º 1% 0.94% -
XYZ 59.73 66.11 9.61 -
YUV 196.79 16.95 158.82 -
System Red Green Blue C M Y K H S L
Decimal 240 213 0 0 0.11 1 0.06 53.25 1 0.47
Hex F0 D5 0 0 B 64 6 35 64 2F
Octal 360 325 0 0 13 144 6 65 144 57
Binary 11110000 11010101 0 0 1011 1100100 110 110101 1100100 101111

Color Harmonies of #F0D500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D500

Black with #F0D500

Text Example


Text Example

White with #F0D500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D500; }

 p { color: rgb(240,213,0); }

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

background-color css

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

 a { background-color: rgb(240,213,0); }

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

border-color css

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

 span { border-color: rgb(240,213,0); }

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