Html Css Color HEX #FE4A2E Red Orange

📋 copy color: '#FE4A2E'

red 254 ◦ green 74 ◦ blue 46

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

Shades of Red Orange #FE4A2E

Tints of Red Orange #FE4A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.3%

R = 67.91%
G = 19.79%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE4A2E (or 0xFE4A2E) is known color: Red Orange. HEX triplet: FE, 4A and 2E. RGB value is (254,74,46). Sum of RGB (Red+Green+Blue) = 254+74+46=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A2E is #01B5D1. Grayscale: #7C7C7C. Windows color (decimal): -112082 or 3033854. OLE color: 3033854.

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

Color convert

RGB 254 74 46 -
CMYK 0 0.71 0.82 0.00
HSL 8.08º 0.99% 0.59% -
HSV(B) 8.08º 0.82% 1% -
XYZ 43.81 26.17 5.33 -
YUV 124.63 83.63 220.28 -
System Red Green Blue C M Y K H S L
Decimal 254 74 46 0 0.71 0.82 0.00 8.08 0.99 0.59
Hex FE 4A 2E 0 47 52 0 8 63 3B
Octal 376 112 56 0 107 122 0 10 143 73
Binary 11111110 1001010 101110 0 1000111 1010010 0 1000 1100011 111011

Color Harmonies of #FE4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A2E

Black with #FE4A2E

Text Example


Text Example

White with #FE4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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