Html Css Color HEX #FE483F Sunset Orange

📋 copy color: '#FE483F'

red 254 ◦ green 72 ◦ blue 63

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

Shades of Sunset Orange #FE483F

Tints of Sunset Orange #FE483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 63 (25% from 255) = 16.2%

R = 65.3%
G = 18.51%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE483F (or 0xFE483F) is known color: Sunset Orange. HEX triplet: FE, 48 and 3F. RGB value is (254,72,63). Sum of RGB (Red+Green+Blue) = 254+72+63=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE483F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE483F is #01B7C0. Grayscale: #7D7D7D. Windows color (decimal): -112577 or 4147454. OLE color: 4147454.

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

Color convert

RGB 254 72 63 -
CMYK 0 0.72 0.75 0.00
HSL 2.83º 0.99% 0.62% -
HSV(B) 2.83º 0.75% 1% -
XYZ 44.09 26.06 7.41 -
YUV 125.39 92.8 219.73 -
System Red Green Blue C M Y K H S L
Decimal 254 72 63 0 0.72 0.75 0.00 2.83 0.99 0.62
Hex FE 48 3F 0 48 4B 0 3 63 3E
Octal 376 110 77 0 110 113 0 3 143 76
Binary 11111110 1001000 111111 0 1001000 1001011 0 11 1100011 111110

Color Harmonies of #FE483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE483F

Black with #FE483F

Text Example


Text Example

White with #FE483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE483F; }

 p { color: rgb(254,72,63); }

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

background-color css

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

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

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

border-color css

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

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

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