Html Css Color HEX #FE5546 Sunset Orange

📋 copy color: '#FE5546'

red 254 ◦ green 85 ◦ blue 70

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

Shades of Sunset Orange #FE5546

Tints of Sunset Orange #FE5546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 62.1%
G = 20.78%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE5546 (or 0xFE5546) is known color: Sunset Orange. HEX triplet: FE, 55 and 46. RGB value is (254,85,70). Sum of RGB (Red+Green+Blue) = 254+85+70=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5546 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5546 is #01AAB9. Grayscale: #868686. Windows color (decimal): -109242 or 4609534. OLE color: 4609534.

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

Color convert

RGB 254 85 70 -
CMYK 0 0.67 0.72 0.00
HSL 4.89º 0.99% 0.64% -
HSV(B) 4.89º 0.72% 1% -
XYZ 45.23 28.01 8.82 -
YUV 133.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 254 85 70 0 0.67 0.72 0.00 4.89 0.99 0.64
Hex FE 55 46 0 43 48 0 5 63 40
Octal 376 125 106 0 103 110 0 5 143 100
Binary 11111110 1010101 1000110 0 1000011 1001000 0 101 1100011 1000000

Color Harmonies of #FE5546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5546

Black with #FE5546

Text Example


Text Example

White with #FE5546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5546; }

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

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

background-color css

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

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

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

border-color css

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

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

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