Html Css Color HEX #FE4F45 Sunset Orange

📋 copy color: '#FE4F45'

red 254 ◦ green 79 ◦ blue 69

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

Shades of Sunset Orange #FE4F45

Tints of Sunset Orange #FE4F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 69 (27.34% from 255) = 17.16%

R = 63.18%
G = 19.65%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE4F45 (or 0xFE4F45) is known color: Sunset Orange. HEX triplet: FE, 4F and 45. RGB value is (254,79,69). Sum of RGB (Red+Green+Blue) = 254+79+69=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4F45 is #01B0BA. Grayscale: #828282. Windows color (decimal): -110779 or 4542462. OLE color: 4542462.

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

Color convert

RGB 254 79 69 -
CMYK 0 0.69 0.73 0.00
HSL 3.24º 0.99% 0.63% -
HSV(B) 3.24º 0.73% 1% -
XYZ 44.74 27.09 8.5 -
YUV 130.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 254 79 69 0 0.69 0.73 0.00 3.24 0.99 0.63
Hex FE 4F 45 0 45 49 0 3 63 3F
Octal 376 117 105 0 105 111 0 3 143 77
Binary 11111110 1001111 1000101 0 1000101 1001001 0 11 1100011 111111

Color Harmonies of #FE4F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4F45

Black with #FE4F45

Text Example


Text Example

White with #FE4F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4F45; }

 p { color: rgb(254,79,69); }

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

background-color css

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

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

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

border-color css

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

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

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