Html Css Color HEX #F0D20D Gold

📋 copy color: '#F0D20D'

red 240 ◦ green 210 ◦ blue 13

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

Shades of Gold #F0D20D

Tints of Gold #F0D20D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.36%

 BLUE value IS 13 (5.47% from 255) = 2.81%

R = 51.84%
G = 45.36%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0D20D (or 0xF0D20D) is known color: Gold. HEX triplet: F0, D2 and 0D. RGB value is (240,210,13). Sum of RGB (Red+Green+Blue) = 240+210+13=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 13 (5.47% from 255 or 2.81% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D20D is #0F2DF2. Grayscale: #C5C5C5. Windows color (decimal): -994803 or 905968. OLE color: 905968.

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

Color convert

RGB 240 210 13 -
CMYK 0 0.12 0.95 0.06
HSL 52.07º 0.9% 0.5% -
HSV(B) 52.07º 0.95% 0.94% -
XYZ 59.05 64.65 9.75 -
YUV 196.51 24.44 159.02 -
System Red Green Blue C M Y K H S L
Decimal 240 210 13 0 0.12 0.95 0.06 52.07 0.9 0.5
Hex F0 D2 D 0 C 5F 6 34 5A 32
Octal 360 322 15 0 14 137 6 64 132 62
Binary 11110000 11010010 1101 0 1100 1011111 110 110100 1011010 110010

Color Harmonies of #F0D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D20D

Black with #F0D20D

Text Example


Text Example

White with #F0D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D20D; }

 p { color: rgb(240,210,13); }

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

background-color css

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

 a { background-color: rgb(240,210,13); }

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

border-color css

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

 span { border-color: rgb(240,210,13); }

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