Html Css Color HEX #F2D206 Gold

📋 copy color: '#F2D206'

red 242 ◦ green 210 ◦ blue 6

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

Shades of Gold #F2D206

Tints of Gold #F2D206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.31%

R = 52.84%
G = 45.85%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2D206 (or 0xF2D206) is known color: Gold. HEX triplet: F2, D2 and 06. RGB value is (242,210,6). Sum of RGB (Red+Green+Blue) = 242+210+6=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D206 is #0D2DF9. Grayscale: #C5C5C5. Windows color (decimal): -863738 or 447218. OLE color: 447218.

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

Color convert

RGB 242 210 6 -
CMYK 0 0.13 0.98 0.05
HSL 51.86º 0.95% 0.49% -
HSV(B) 51.86º 0.98% 0.95% -
XYZ 59.7 64.98 9.57 -
YUV 196.31 20.6 160.59 -
System Red Green Blue C M Y K H S L
Decimal 242 210 6 0 0.13 0.98 0.05 51.86 0.95 0.49
Hex F2 D2 6 0 D 62 5 34 5F 31
Octal 362 322 6 0 15 142 5 64 137 61
Binary 11110010 11010010 110 0 1101 1100010 101 110100 1011111 110001

Color Harmonies of #F2D206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D206

Black with #F2D206

Text Example


Text Example

White with #F2D206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D206; }

 p { color: rgb(242,210,6); }

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

background-color css

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

 a { background-color: rgb(242,210,6); }

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

border-color css

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

 span { border-color: rgb(242,210,6); }

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