Html Css Color HEX #F0D40F Gold

📋 copy color: '#F0D40F'

red 240 ◦ green 212 ◦ blue 15

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

Shades of Gold #F0D40F

Tints of Gold #F0D40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.4%

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 51.39%
G = 45.4%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0D40F (or 0xF0D40F) is known color: Gold. HEX triplet: F0, D4 and 0F. RGB value is (240,212,15). Sum of RGB (Red+Green+Blue) = 240+212+15=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D40F is #0F2BF0. Grayscale: #C6C6C6. Windows color (decimal): -994289 or 1037552. OLE color: 1037552.

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

Color convert

RGB 240 212 15 -
CMYK 0 0.12 0.94 0.06
HSL 52.53º 0.88% 0.5% -
HSV(B) 52.53º 0.94% 0.94% -
XYZ 59.56 65.65 9.98 -
YUV 197.91 24.78 158.02 -
System Red Green Blue C M Y K H S L
Decimal 240 212 15 0 0.12 0.94 0.06 52.53 0.88 0.5
Hex F0 D4 F 0 C 5E 6 35 58 32
Octal 360 324 17 0 14 136 6 65 130 62
Binary 11110000 11010100 1111 0 1100 1011110 110 110101 1011000 110010

Color Harmonies of #F0D40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D40F

Black with #F0D40F

Text Example


Text Example

White with #F0D40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D40F; }

 p { color: rgb(240,212,15); }

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

background-color css

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

 a { background-color: rgb(240,212,15); }

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

border-color css

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

 span { border-color: rgb(240,212,15); }

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