Html Css Color HEX #FEA746 My Sin

📋 copy color: '#FEA746'

red 254 ◦ green 167 ◦ blue 70

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

Shades of My Sin #FEA746

Tints of My Sin #FEA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.01%

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

R = 51.73%
G = 34.01%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FEA746 (or 0xFEA746) is known color: My Sin. HEX triplet: FE, A7 and 46. RGB value is (254,167,70). Sum of RGB (Red+Green+Blue) = 254+167+70=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA746 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA746 is #0158B9. Grayscale: #B6B6B6. Windows color (decimal): -88250 or 4630526. OLE color: 4630526.

HSL color Cylindrical-coordinate representation of color #FEA746: hue angle of 31.63º 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 #FEA746 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 167 70 -
CMYK 0 0.34 0.72 0.00
HSL 31.63º 0.99% 0.64% -
HSV(B) 31.63º 0.72% 1% -
XYZ 55.8 49.15 12.34 -
YUV 181.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 254 167 70 0 0.34 0.72 0.00 31.63 0.99 0.64
Hex FE A7 46 0 22 48 0 20 63 40
Octal 376 247 106 0 42 110 0 40 143 100
Binary 11111110 10100111 1000110 0 100010 1001000 0 100000 1100011 1000000

Color Harmonies of #FEA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA746

Black with #FEA746

Text Example


Text Example

White with #FEA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA746; }

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

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

background-color css

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

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

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

border-color css

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

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

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