Html Css Color HEX #F1A948 My Sin

📋 copy color: '#F1A948'

red 241 ◦ green 169 ◦ blue 72

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

Shades of My Sin #F1A948

Tints of My Sin #F1A948

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.06%

 BLUE value IS 72 (28.52% from 255) = 14.94%

R = 50%
G = 35.06%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1A948 (or 0xF1A948) is known color: My Sin. HEX triplet: F1, A9 and 48. RGB value is (241,169,72). Sum of RGB (Red+Green+Blue) = 241+169+72=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A948 is #0E56B7. Grayscale: #B3B3B3. Windows color (decimal): -939704 or 4762097. OLE color: 4762097.

HSL color Cylindrical-coordinate representation of color #F1A948: hue angle of 34.44º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1A948 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 169 72 -
CMYK 0 0.30 0.70 0.05
HSL 34.44º 0.86% 0.61% -
HSV(B) 34.44º 0.7% 0.95% -
XYZ 51.63 47.54 12.59 -
YUV 179.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 241 169 72 0 0.30 0.70 0.05 34.44 0.86 0.61
Hex F1 A9 48 0 1E 46 5 22 56 3D
Octal 361 251 110 0 36 106 5 42 126 75
Binary 11110001 10101001 1001000 0 11110 1000110 101 100010 1010110 111101

Color Harmonies of #F1A948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A948

Black with #F1A948

Text Example


Text Example

White with #F1A948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A948; }

 p { color: rgb(241,169,72); }

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

background-color css

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

 a { background-color: rgb(241,169,72); }

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

border-color css

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

 span { border-color: rgb(241,169,72); }

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