Html Css Color HEX #FEB146 My Sin

📋 copy color: '#FEB146'

red 254 ◦ green 177 ◦ blue 70

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

Shades of My Sin #FEB146

Tints of My Sin #FEB146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.97%

R = 50.7%
G = 35.33%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEB146 (or 0xFEB146) is known color: My Sin. HEX triplet: FE, B1 and 46. RGB value is (254,177,70). Sum of RGB (Red+Green+Blue) = 254+177+70=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEB146 is #014EB9. Grayscale: #BCBCBC. Windows color (decimal): -85690 or 4633086. OLE color: 4633086.

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

Color convert

RGB 254 177 70 -
CMYK 0 0.30 0.72 0.00
HSL 34.89º 0.99% 0.64% -
HSV(B) 34.89º 0.72% 1% -
XYZ 57.7 52.96 12.97 -
YUV 187.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 254 177 70 0 0.30 0.72 0.00 34.89 0.99 0.64
Hex FE B1 46 0 1E 48 0 23 63 40
Octal 376 261 106 0 36 110 0 43 143 100
Binary 11111110 10110001 1000110 0 11110 1001000 0 100011 1100011 1000000

Color Harmonies of #FEB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB146

Black with #FEB146

Text Example


Text Example

White with #FEB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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