Html Css Color HEX #F2D507 Gold

📋 copy color: '#F2D507'

red 242 ◦ green 213 ◦ blue 7

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

Shades of Gold #F2D507

Tints of Gold #F2D507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.52%

R = 52.38%
G = 46.1%
B = 1.52%

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

#F2D507 (or 0xF2D507) is known color: Gold. HEX triplet: F2, D5 and 07. RGB value is (242,213,7). Sum of RGB (Red+Green+Blue) = 242+213+7=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 7 (3.12% from 255 or 1.52% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D507 is #0D2AF8. Grayscale: #C7C7C7. Windows color (decimal): -862969 or 513522. OLE color: 513522.

HSL color Cylindrical-coordinate representation of color #F2D507: hue angle of 52.6º 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 #F2D507 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 7 -
CMYK 0 0.12 0.97 0.05
HSL 52.6º 0.94% 0.49% -
HSV(B) 52.6º 0.97% 0.95% -
XYZ 60.45 66.48 9.85 -
YUV 198.19 20.11 159.25 -
System Red Green Blue C M Y K H S L
Decimal 242 213 7 0 0.12 0.97 0.05 52.6 0.94 0.49
Hex F2 D5 7 0 C 61 5 35 5E 31
Octal 362 325 7 0 14 141 5 65 136 61
Binary 11110010 11010101 111 0 1100 1100001 101 110101 1011110 110001

Color Harmonies of #F2D507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D507

Black with #F2D507

Text Example


Text Example

White with #F2D507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D507; }

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

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

background-color css

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

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

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

border-color css

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

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

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