Html Css Color HEX #F2D30A Gold

📋 copy color: '#F2D30A'

red 242 ◦ green 211 ◦ blue 10

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

Shades of Gold #F2D30A

Tints of Gold #F2D30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.16%

R = 52.27%
G = 45.57%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2D30A (or 0xF2D30A) is known color: Gold. HEX triplet: F2, D3 and 0A. RGB value is (242,211,10). Sum of RGB (Red+Green+Blue) = 242+211+10=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D30A is #0D2CF5. Grayscale: #C6C6C6. Windows color (decimal): -863478 or 709618. OLE color: 709618.

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

Color convert

RGB 242 211 10 -
CMYK 0 0.13 0.96 0.05
HSL 51.98º 0.92% 0.49% -
HSV(B) 51.98º 0.96% 0.95% -
XYZ 59.97 65.49 9.77 -
YUV 197.36 22.27 159.84 -
System Red Green Blue C M Y K H S L
Decimal 242 211 10 0 0.13 0.96 0.05 51.98 0.92 0.49
Hex F2 D3 A 0 D 60 5 34 5C 31
Octal 362 323 12 0 15 140 5 64 134 61
Binary 11110010 11010011 1010 0 1101 1100000 101 110100 1011100 110001

Color Harmonies of #F2D30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D30A

Black with #F2D30A

Text Example


Text Example

White with #F2D30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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