Html Css Color HEX #FE5250 Sunset Orange

📋 copy color: '#FE5250'

red 254 ◦ green 82 ◦ blue 80

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

Shades of Sunset Orange #FE5250

Tints of Sunset Orange #FE5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.71%

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

R = 61.06%
G = 19.71%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE5250 (or 0xFE5250) is known color: Sunset Orange. HEX triplet: FE, 52 and 50. RGB value is (254,82,80). Sum of RGB (Red+Green+Blue) = 254+82+80=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5250 is #01ADAF. Grayscale: #858585. Windows color (decimal): -110000 or 5264126. OLE color: 5264126.

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

Color convert

RGB 254 82 80 -
CMYK 0 0.68 0.69 0.00
HSL 0.69º 0.99% 0.65% -
HSV(B) 0.69º 0.69% 1% -
XYZ 45.34 27.68 10.54 -
YUV 133.2 97.98 214.16 -
System Red Green Blue C M Y K H S L
Decimal 254 82 80 0 0.68 0.69 0.00 0.69 0.99 0.65
Hex FE 52 50 0 44 45 0 1 63 41
Octal 376 122 120 0 104 105 0 1 143 101
Binary 11111110 1010010 1010000 0 1000100 1000101 0 1 1100011 1000001

Color Harmonies of #FE5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5250

Black with #FE5250

Text Example


Text Example

White with #FE5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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