Html Css Color HEX #F2D501 Gold

📋 copy color: '#F2D501'

red 242 ◦ green 213 ◦ blue 1

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

Shades of Gold #F2D501

Tints of Gold #F2D501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 53.07%
G = 46.71%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F2D501 (or 0xF2D501) is known color: Gold. HEX triplet: F2, D5 and 01. RGB value is (242,213,1). Sum of RGB (Red+Green+Blue) = 242+213+1=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D501 is #0D2AFE. Grayscale: #C6C6C6. Windows color (decimal): -862975 or 120306. OLE color: 120306.

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

Color convert

RGB 242 213 1 -
CMYK 0 0.12 1.00 0.05
HSL 52.78º 0.99% 0.48% -
HSV(B) 52.78º 1% 0.95% -
XYZ 60.42 66.47 9.67 -
YUV 197.5 17.11 159.74 -
System Red Green Blue C M Y K H S L
Decimal 242 213 1 0 0.12 1.00 0.05 52.78 0.99 0.48
Hex F2 D5 1 0 C 64 5 35 63 30
Octal 362 325 1 0 14 144 5 65 143 60
Binary 11110010 11010101 1 0 1100 1100100 101 110101 1100011 110000

Color Harmonies of #F2D501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D501

Black with #F2D501

Text Example


Text Example

White with #F2D501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D501; }

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

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

background-color css

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

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

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

border-color css

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

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

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