Html Css Color HEX #FE5050 Sunset Orange

📋 copy color: '#FE5050'

red 254 ◦ green 80 ◦ blue 80

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

Shades of Sunset Orange #FE5050

Tints of Sunset Orange #FE5050

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 61.35%
G = 19.32%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE5050 (or 0xFE5050) is known color: Sunset Orange. HEX triplet: FE, 50 and 50. RGB value is (254,80,80). Sum of RGB (Red+Green+Blue) = 254+80+80=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5050 is #01AFAF. Grayscale: #848484. Windows color (decimal): -110512 or 5263614. OLE color: 5263614.

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

Color convert

RGB 254 80 80 -
CMYK 0 0.69 0.69 0.00
HSL 0.99% 0.65% -
HSV(B) 0.69% 1% -
XYZ 45.19 27.39 10.49 -
YUV 132.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 254 80 80 0 0.69 0.69 0.00 0 0.99 0.65
Hex FE 50 50 0 45 45 0 0 63 41
Octal 376 120 120 0 105 105 0 0 143 101
Binary 11111110 1010000 1010000 0 1000101 1000101 0 0 1100011 1000001

Color Harmonies of #FE5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5050

Black with #FE5050

Text Example


Text Example

White with #FE5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5050; }

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

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

background-color css

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

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

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

border-color css

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

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

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