Html Css Color HEX #FE4B42 Sunset Orange

📋 copy color: '#FE4B42'

red 254 ◦ green 75 ◦ blue 66

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

Shades of Sunset Orange #FE4B42

Tints of Sunset Orange #FE4B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 64.3%
G = 18.99%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE4B42 (or 0xFE4B42) is known color: Sunset Orange. HEX triplet: FE, 4B and 42. RGB value is (254,75,66). Sum of RGB (Red+Green+Blue) = 254+75+66=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4B42 is #01B4BD. Grayscale: #7F7F7F. Windows color (decimal): -111806 or 4344830. OLE color: 4344830.

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

Color convert

RGB 254 75 66 -
CMYK 0 0.70 0.74 0.00
HSL 2.87º 0.99% 0.63% -
HSV(B) 2.87º 0.74% 1% -
XYZ 44.37 26.5 7.93 -
YUV 127.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 254 75 66 0 0.70 0.74 0.00 2.87 0.99 0.63
Hex FE 4B 42 0 46 4A 0 3 63 3F
Octal 376 113 102 0 106 112 0 3 143 77
Binary 11111110 1001011 1000010 0 1000110 1001010 0 11 1100011 111111

Color Harmonies of #FE4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4B42

Black with #FE4B42

Text Example


Text Example

White with #FE4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4B42; }

 p { color: rgb(254,75,66); }

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

background-color css

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

 a { background-color: rgb(254,75,66); }

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

border-color css

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

 span { border-color: rgb(254,75,66); }

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