Html Css Color HEX #FEB149 My Sin

📋 copy color: '#FEB149'

red 254 ◦ green 177 ◦ blue 73

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

Shades of My Sin #FEB149

Tints of My Sin #FEB149

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

 GREEN value IS 177 (69.53% from 255) = 35.12%

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

R = 50.4%
G = 35.12%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FEB149 (or 0xFEB149) is known color: My Sin. HEX triplet: FE, B1 and 49. RGB value is (254,177,73). Sum of RGB (Red+Green+Blue) = 254+177+73=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB149 is #014EB6. Grayscale: #BCBCBC. Windows color (decimal): -85687 or 4829694. OLE color: 4829694.

HSL color Cylindrical-coordinate representation of color #FEB149: hue angle of 34.48º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEB149 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 73 -
CMYK 0 0.30 0.71 0.00
HSL 34.48º 0.99% 0.64% -
HSV(B) 34.48º 0.71% 1% -
XYZ 57.8 53 13.49 -
YUV 188.17 63.01 174.96 -
System Red Green Blue C M Y K H S L
Decimal 254 177 73 0 0.30 0.71 0.00 34.48 0.99 0.64
Hex FE B1 49 0 1E 47 0 22 63 40
Octal 376 261 111 0 36 107 0 42 143 100
Binary 11111110 10110001 1001001 0 11110 1000111 0 100010 1100011 1000000

Color Harmonies of #FEB149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB149

Black with #FEB149

Text Example


Text Example

White with #FEB149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB149; }

 p { color: rgb(254,177,73); }

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

background-color css

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

 a { background-color: rgb(254,177,73); }

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

border-color css

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

 span { border-color: rgb(254,177,73); }

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