Html Css Color HEX #FE5350 Sunset Orange

📋 copy color: '#FE5350'

red 254 ◦ green 83 ◦ blue 80

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

Shades of Sunset Orange #FE5350

Tints of Sunset Orange #FE5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

 BLUE value IS 80 (31.64% from 255) = 19.18%

R = 60.91%
G = 19.9%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE5350 (or 0xFE5350) is known color: Sunset Orange. HEX triplet: FE, 53 and 50. RGB value is (254,83,80). Sum of RGB (Red+Green+Blue) = 254+83+80=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5350 is #01ACAF. Grayscale: #858585. Windows color (decimal): -109744 or 5264382. OLE color: 5264382.

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

Color convert

RGB 254 83 80 -
CMYK 0 0.67 0.69 0.00
HSL 1.03º 0.99% 0.65% -
HSV(B) 1.03º 0.69% 1% -
XYZ 45.41 27.84 10.57 -
YUV 133.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 254 83 80 0 0.67 0.69 0.00 1.03 0.99 0.65
Hex FE 53 50 0 43 45 0 1 63 41
Octal 376 123 120 0 103 105 0 1 143 101
Binary 11111110 1010011 1010000 0 1000011 1000101 0 1 1100011 1000001

Color Harmonies of #FE5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5350

Black with #FE5350

Text Example


Text Example

White with #FE5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5350; }

 p { color: rgb(254,83,80); }

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

background-color css

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

 a { background-color: rgb(254,83,80); }

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

border-color css

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

 span { border-color: rgb(254,83,80); }

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