Html Css Color HEX #F1AD41 My Sin

📋 copy color: '#F1AD41'

red 241 ◦ green 173 ◦ blue 65

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

Shades of My Sin #F1AD41

Tints of My Sin #F1AD41

RGB

 RED value IS 241 (94.53% from 255) = 50.31%

 GREEN value IS 173 (67.97% from 255) = 36.12%

 BLUE value IS 65 (25.78% from 255) = 13.57%

R = 50.31%
G = 36.12%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1AD41 (or 0xF1AD41) is known color: My Sin. HEX triplet: F1, AD and 41. RGB value is (241,173,65). Sum of RGB (Red+Green+Blue) = 241+173+65=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AD41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AD41 is #0E52BE. Grayscale: #B5B5B5. Windows color (decimal): -938687 or 4304369. OLE color: 4304369.

HSL color Cylindrical-coordinate representation of color #F1AD41: hue angle of 36.82º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1AD41 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 65 -
CMYK 0 0.28 0.73 0.05
HSL 36.82º 0.86% 0.6% -
HSV(B) 36.82º 0.73% 0.95% -
XYZ 52.17 48.97 11.7 -
YUV 181.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 241 173 65 0 0.28 0.73 0.05 36.82 0.86 0.6
Hex F1 AD 41 0 1C 49 5 25 56 3C
Octal 361 255 101 0 34 111 5 45 126 74
Binary 11110001 10101101 1000001 0 11100 1001001 101 100101 1010110 111100

Color Harmonies of #F1AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AD41

Black with #F1AD41

Text Example


Text Example

White with #F1AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AD41; }

 p { color: rgb(241,173,65); }

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

background-color css

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

 a { background-color: rgb(241,173,65); }

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

border-color css

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

 span { border-color: rgb(241,173,65); }

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