Html Css Color HEX #FE553A Sunset Orange

📋 copy color: '#FE553A'

red 254 ◦ green 85 ◦ blue 58

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

Shades of Sunset Orange #FE553A

Tints of Sunset Orange #FE553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.61%

R = 63.98%
G = 21.41%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE553A (or 0xFE553A) is known color: Sunset Orange. HEX triplet: FE, 55 and 3A. RGB value is (254,85,58). Sum of RGB (Red+Green+Blue) = 254+85+58=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE553A is #01AAC5. Grayscale: #848484. Windows color (decimal): -109254 or 3823102. OLE color: 3823102.

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

Color convert

RGB 254 85 58 -
CMYK 0 0.67 0.77 0.00
HSL 8.27º 0.99% 0.61% -
HSV(B) 8.27º 0.77% 1% -
XYZ 44.89 27.87 7.02 -
YUV 132.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 254 85 58 0 0.67 0.77 0.00 8.27 0.99 0.61
Hex FE 55 3A 0 43 4D 0 8 63 3D
Octal 376 125 72 0 103 115 0 10 143 75
Binary 11111110 1010101 111010 0 1000011 1001101 0 1000 1100011 111101

Color Harmonies of #FE553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE553A

Black with #FE553A

Text Example


Text Example

White with #FE553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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