Html Css Color HEX #FE534D Sunset Orange

📋 copy color: '#FE534D'

red 254 ◦ green 83 ◦ blue 77

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

Shades of Sunset Orange #FE534D

Tints of Sunset Orange #FE534D

RGB

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

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

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

R = 61.35%
G = 20.05%
B = 18.6%

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

#FE534D (or 0xFE534D) is known color: Sunset Orange. HEX triplet: FE, 53 and 4D. RGB value is (254,83,77). Sum of RGB (Red+Green+Blue) = 254+83+77=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE534D is #01ACB2. Grayscale: #858585. Windows color (decimal): -109747 or 5067774. OLE color: 5067774.

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

Color convert

RGB 254 83 77 -
CMYK 0 0.67 0.70 0.00
HSL 2.03º 0.99% 0.65% -
HSV(B) 2.03º 0.7% 1% -
XYZ 45.31 27.79 10 -
YUV 133.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 254 83 77 0 0.67 0.70 0.00 2.03 0.99 0.65
Hex FE 53 4D 0 43 46 0 2 63 41
Octal 376 123 115 0 103 106 0 2 143 101
Binary 11111110 1010011 1001101 0 1000011 1000110 0 10 1100011 1000001

Color Harmonies of #FE534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE534D

Black with #FE534D

Text Example


Text Example

White with #FE534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE534D; }

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

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

background-color css

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

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

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

border-color css

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

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

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