Html Css Color HEX #F2D508 Gold

📋 copy color: '#F2D508'

red 242 ◦ green 213 ◦ blue 8

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

Shades of Gold #F2D508

Tints of Gold #F2D508

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 8 (3.52% from 255) = 1.73%

R = 52.27%
G = 46%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2D508 (or 0xF2D508) is known color: Gold. HEX triplet: F2, D5 and 08. RGB value is (242,213,8). Sum of RGB (Red+Green+Blue) = 242+213+8=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 8 (3.52% from 255 or 1.73% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D508 is #0D2AF7. Grayscale: #C7C7C7. Windows color (decimal): -862968 or 579058. OLE color: 579058.

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

Color convert

RGB 242 213 8 -
CMYK 0 0.12 0.97 0.05
HSL 52.56º 0.94% 0.49% -
HSV(B) 52.56º 0.97% 0.95% -
XYZ 60.46 66.48 9.88 -
YUV 198.3 20.61 159.17 -
System Red Green Blue C M Y K H S L
Decimal 242 213 8 0 0.12 0.97 0.05 52.56 0.94 0.49
Hex F2 D5 8 0 C 61 5 35 5E 31
Octal 362 325 10 0 14 141 5 65 136 61
Binary 11110010 11010101 1000 0 1100 1100001 101 110101 1011110 110001

Color Harmonies of #F2D508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D508

Black with #F2D508

Text Example


Text Example

White with #F2D508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D508; }

 p { color: rgb(242,213,8); }

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

background-color css

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

 a { background-color: rgb(242,213,8); }

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

border-color css

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

 span { border-color: rgb(242,213,8); }

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