Html Css Color HEX #FE4028 Red Orange

📋 copy color: '#FE4028'

red 254 ◦ green 64 ◦ blue 40

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

Shades of Red Orange #FE4028

Tints of Red Orange #FE4028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 70.95%
G = 17.88%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE4028 (or 0xFE4028) is known color: Red Orange. HEX triplet: FE, 40 and 28. RGB value is (254,64,40). Sum of RGB (Red+Green+Blue) = 254+64+40=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4028 is #01BFD7. Grayscale: #767676. Windows color (decimal): -114648 or 2638078. OLE color: 2638078.

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

Color convert

RGB 254 64 40 -
CMYK 0 0.75 0.84 0.00
HSL 6.73º 0.99% 0.58% -
HSV(B) 6.73º 0.84% 1% -
XYZ 43.09 24.89 4.54 -
YUV 118.07 83.95 224.95 -
System Red Green Blue C M Y K H S L
Decimal 254 64 40 0 0.75 0.84 0.00 6.73 0.99 0.58
Hex FE 40 28 0 4B 54 0 7 63 3A
Octal 376 100 50 0 113 124 0 7 143 72
Binary 11111110 1000000 101000 0 1001011 1010100 0 111 1100011 111010

Color Harmonies of #FE4028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4028

Black with #FE4028

Text Example


Text Example

White with #FE4028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4028; }

 p { color: rgb(254,64,40); }

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

background-color css

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

 a { background-color: rgb(254,64,40); }

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

border-color css

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

 span { border-color: rgb(254,64,40); }

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