Html Css Color HEX #FE554D Sunset Orange

📋 copy color: '#FE554D'

red 254 ◦ green 85 ◦ blue 77

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

Shades of Sunset Orange #FE554D

Tints of Sunset Orange #FE554D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.51%

R = 61.06%
G = 20.43%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE554D (or 0xFE554D) is known color: Sunset Orange. HEX triplet: FE, 55 and 4D. RGB value is (254,85,77). Sum of RGB (Red+Green+Blue) = 254+85+77=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE554D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE554D is #01AAB2. Grayscale: #868686. Windows color (decimal): -109235 or 5068286. OLE color: 5068286.

HSL color Cylindrical-coordinate representation of color #FE554D: hue angle of 2.71º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE554D is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 85 77 -
CMYK 0 0.67 0.70 0.00
HSL 2.71º 0.99% 0.65% -
HSV(B) 2.71º 0.7% 1% -
XYZ 45.46 28.1 10.05 -
YUV 134.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 254 85 77 0 0.67 0.70 0.00 2.71 0.99 0.65
Hex FE 55 4D 0 43 46 0 3 63 41
Octal 376 125 115 0 103 106 0 3 143 101
Binary 11111110 1010101 1001101 0 1000011 1000110 0 11 1100011 1000001

Color Harmonies of #FE554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE554D

Black with #FE554D

Text Example


Text Example

White with #FE554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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