Html Css Color HEX #FE4A1E Red Orange

📋 copy color: '#FE4A1E'

red 254 ◦ green 74 ◦ blue 30

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

Shades of Red Orange #FE4A1E

Tints of Red Orange #FE4A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.67%

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

R = 70.95%
G = 20.67%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE4A1E (or 0xFE4A1E) is known color: Red Orange. HEX triplet: FE, 4A and 1E. RGB value is (254,74,30). Sum of RGB (Red+Green+Blue) = 254+74+30=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A1E is #01B5E1. Grayscale: #7B7B7B. Windows color (decimal): -112098 or 1985278. OLE color: 1985278.

HSL color Cylindrical-coordinate representation of color #FE4A1E: hue angle of 11.79º 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 #FE4A1E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 74 30 -
CMYK 0 0.71 0.88 0.00
HSL 11.79º 0.99% 0.56% -
HSV(B) 11.79º 0.88% 1% -
XYZ 43.56 26.06 3.96 -
YUV 122.8 75.63 221.58 -
System Red Green Blue C M Y K H S L
Decimal 254 74 30 0 0.71 0.88 0.00 11.79 0.99 0.56
Hex FE 4A 1E 0 47 58 0 C 63 38
Octal 376 112 36 0 107 130 0 14 143 70
Binary 11111110 1001010 11110 0 1000111 1011000 0 1100 1100011 111000

Color Harmonies of #FE4A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A1E

Black with #FE4A1E

Text Example


Text Example

White with #FE4A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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