Html Css Color HEX #FE4D1E Red Orange

📋 copy color: '#FE4D1E'

red 254 ◦ green 77 ◦ blue 30

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

Shades of Red Orange #FE4D1E

Tints of Red Orange #FE4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.33%

 BLUE value IS 30 (12.11% from 255) = 8.31%

R = 70.36%
G = 21.33%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE4D1E (or 0xFE4D1E) is known color: Red Orange. HEX triplet: FE, 4D and 1E. RGB value is (254,77,30). Sum of RGB (Red+Green+Blue) = 254+77+30=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE4D1E is #01B2E1. Grayscale: #7C7C7C. Windows color (decimal): -111330 or 1986046. OLE color: 1986046.

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

Color convert

RGB 254 77 30 -
CMYK 0 0.70 0.88 0.00
HSL 12.59º 0.99% 0.56% -
HSV(B) 12.59º 0.88% 1% -
XYZ 43.76 26.47 4.03 -
YUV 124.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 254 77 30 0 0.70 0.88 0.00 12.59 0.99 0.56
Hex FE 4D 1E 0 46 58 0 D 63 38
Octal 376 115 36 0 106 130 0 15 143 70
Binary 11111110 1001101 11110 0 1000110 1011000 0 1101 1100011 111000

Color Harmonies of #FE4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D1E

Black with #FE4D1E

Text Example


Text Example

White with #FE4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D1E; }

 p { color: rgb(254,77,30); }

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

background-color css

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

 a { background-color: rgb(254,77,30); }

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

border-color css

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

 span { border-color: rgb(254,77,30); }

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