Html Css Color HEX #F2D30E Gold

📋 copy color: '#F2D30E'

red 242 ◦ green 211 ◦ blue 14

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

Shades of Gold #F2D30E

Tints of Gold #F2D30E

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

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

R = 51.82%
G = 45.18%
B = 3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2D30E (or 0xF2D30E) is known color: Gold. HEX triplet: F2, D3 and 0E. RGB value is (242,211,14). Sum of RGB (Red+Green+Blue) = 242+211+14=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D30E is #0D2CF1. Grayscale: #C6C6C6. Windows color (decimal): -863474 or 971762. OLE color: 971762.

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

Color convert

RGB 242 211 14 -
CMYK 0 0.13 0.94 0.05
HSL 51.84º 0.9% 0.5% -
HSV(B) 51.84º 0.94% 0.95% -
XYZ 59.99 65.5 9.9 -
YUV 197.81 24.27 159.52 -
System Red Green Blue C M Y K H S L
Decimal 242 211 14 0 0.13 0.94 0.05 51.84 0.9 0.5
Hex F2 D3 E 0 D 5E 5 34 5A 32
Octal 362 323 16 0 15 136 5 64 132 62
Binary 11110010 11010011 1110 0 1101 1011110 101 110100 1011010 110010

Color Harmonies of #F2D30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D30E

Black with #F2D30E

Text Example


Text Example

White with #F2D30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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