Html Css Color HEX #FE5346 Sunset Orange

📋 copy color: '#FE5346'

red 254 ◦ green 83 ◦ blue 70

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

Shades of Sunset Orange #FE5346

Tints of Sunset Orange #FE5346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 62.41%
G = 20.39%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE5346 (or 0xFE5346) is known color: Sunset Orange. HEX triplet: FE, 53 and 46. RGB value is (254,83,70). Sum of RGB (Red+Green+Blue) = 254+83+70=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5346 is #01ACB9. Grayscale: #848484. Windows color (decimal): -109754 or 4609022. OLE color: 4609022.

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

Color convert

RGB 254 83 70 -
CMYK 0 0.67 0.72 0.00
HSL 4.24º 0.99% 0.64% -
HSV(B) 4.24º 0.72% 1% -
XYZ 45.07 27.7 8.77 -
YUV 132.65 92.65 214.56 -
System Red Green Blue C M Y K H S L
Decimal 254 83 70 0 0.67 0.72 0.00 4.24 0.99 0.64
Hex FE 53 46 0 43 48 0 4 63 40
Octal 376 123 106 0 103 110 0 4 143 100
Binary 11111110 1010011 1000110 0 1000011 1001000 0 100 1100011 1000000

Color Harmonies of #FE5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5346

Black with #FE5346

Text Example


Text Example

White with #FE5346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5346; }

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

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

background-color css

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

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

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

border-color css

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

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

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