Html Css Color HEX #F2AB49 My Sin

📋 copy color: '#F2AB49'

red 242 ◦ green 171 ◦ blue 73

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

Shades of My Sin #F2AB49

Tints of My Sin #F2AB49

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 73 (28.91% from 255) = 15.02%

R = 49.79%
G = 35.19%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F2AB49 (or 0xF2AB49) is known color: My Sin. HEX triplet: F2, AB and 49. RGB value is (242,171,73). Sum of RGB (Red+Green+Blue) = 242+171+73=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB49 is #0D54B6. Grayscale: #B5B5B5. Windows color (decimal): -873655 or 4828146. OLE color: 4828146.

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

Color convert

RGB 242 171 73 -
CMYK 0 0.29 0.70 0.05
HSL 34.79º 0.87% 0.62% -
HSV(B) 34.79º 0.7% 0.95% -
XYZ 52.38 48.48 12.9 -
YUV 181.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 242 171 73 0 0.29 0.70 0.05 34.79 0.87 0.62
Hex F2 AB 49 0 1D 46 5 23 57 3E
Octal 362 253 111 0 35 106 5 43 127 76
Binary 11110010 10101011 1001001 0 11101 1000110 101 100011 1010111 111110

Color Harmonies of #F2AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB49

Black with #F2AB49

Text Example


Text Example

White with #F2AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB49; }

 p { color: rgb(242,171,73); }

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

background-color css

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

 a { background-color: rgb(242,171,73); }

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

border-color css

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

 span { border-color: rgb(242,171,73); }

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