Html Css Color HEX #F0D30E Gold

📋 copy color: '#F0D30E'

red 240 ◦ green 211 ◦ blue 14

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

Shades of Gold #F0D30E

Tints of Gold #F0D30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.01%

R = 51.61%
G = 45.38%
B = 3.01%

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

#F0D30E (or 0xF0D30E) is known color: Gold. HEX triplet: F0, D3 and 0E. RGB value is (240,211,14). Sum of RGB (Red+Green+Blue) = 240+211+14=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 14 (5.86% from 255 or 3.01% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0D30E is #0F2CF1. Grayscale: #C6C6C6. Windows color (decimal): -994546 or 971760. OLE color: 971760.

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

Color convert

RGB 240 211 14 -
CMYK 0 0.12 0.94 0.06
HSL 52.3º 0.89% 0.5% -
HSV(B) 52.3º 0.94% 0.94% -
XYZ 59.31 65.15 9.86 -
YUV 197.21 24.61 158.52 -
System Red Green Blue C M Y K H S L
Decimal 240 211 14 0 0.12 0.94 0.06 52.3 0.89 0.5
Hex F0 D3 E 0 C 5E 6 34 59 32
Octal 360 323 16 0 14 136 6 64 131 62
Binary 11110000 11010011 1110 0 1100 1011110 110 110100 1011001 110010

Color Harmonies of #F0D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D30E

Black with #F0D30E

Text Example


Text Example

White with #F0D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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