Html Css Color HEX #F2D200 Gold

📋 copy color: '#F2D200'

red 242 ◦ green 210 ◦ blue 0

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

Shades of Gold #F2D200

Tints of Gold #F2D200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.54%
G = 46.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2D200 (or 0xF2D200) is known color: Gold. HEX triplet: F2, D2 and 00. RGB value is (242,210,0). Sum of RGB (Red+Green+Blue) = 242+210+0=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D200 is #0D2DFF. Grayscale: #C4C4C4. Windows color (decimal): -863744 or 54002. OLE color: 54002.

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

Color convert

RGB 242 210 0 -
CMYK 0 0.13 1 0.05
HSL 52.07º 1% 0.47% -
HSV(B) 52.07º 1% 0.95% -
XYZ 59.66 64.97 9.4 -
YUV 195.63 17.6 161.08 -
System Red Green Blue C M Y K H S L
Decimal 242 210 0 0 0.13 1 0.05 52.07 1 0.47
Hex F2 D2 0 0 D 64 5 34 64 2F
Octal 362 322 0 0 15 144 5 64 144 57
Binary 11110010 11010010 0 0 1101 1100100 101 110100 1100100 101111

Color Harmonies of #F2D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D200

Black with #F2D200

Text Example


Text Example

White with #F2D200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D200; }

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

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

background-color css

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

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

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

border-color css

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

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

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