Html Css Color HEX #F2D101 Gold

📋 copy color: '#F2D101'

red 242 ◦ green 209 ◦ blue 1

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

Shades of Gold #F2D101

Tints of Gold #F2D101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

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

R = 53.54%
G = 46.24%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F2D101 (or 0xF2D101) is known color: Gold. HEX triplet: F2, D1 and 01. RGB value is (242,209,1). Sum of RGB (Red+Green+Blue) = 242+209+1=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2D101 is #0D2EFE. Grayscale: #C4C4C4. Windows color (decimal): -863999 or 119282. OLE color: 119282.

HSL color Cylindrical-coordinate representation of color #F2D101: hue angle of 51.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 #F2D101 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 209 1 -
CMYK 0 0.14 1.00 0.05
HSL 51.78º 0.99% 0.48% -
HSV(B) 51.78º 1% 0.95% -
XYZ 59.42 64.48 9.34 -
YUV 195.16 18.43 161.41 -
System Red Green Blue C M Y K H S L
Decimal 242 209 1 0 0.14 1.00 0.05 51.78 0.99 0.48
Hex F2 D1 1 0 E 64 5 34 63 30
Octal 362 321 1 0 16 144 5 64 143 60
Binary 11110010 11010001 1 0 1110 1100100 101 110100 1100011 110000

Color Harmonies of #F2D101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D101

Black with #F2D101

Text Example


Text Example

White with #F2D101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D101; }

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

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

background-color css

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

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

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

border-color css

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

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

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