Html Css Color HEX #FE3A1A Red Orange

📋 copy color: '#FE3A1A'

red 254 ◦ green 58 ◦ blue 26

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

Shades of Red Orange #FE3A1A

Tints of Red Orange #FE3A1A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 75.15%
G = 17.16%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE3A1A (or 0xFE3A1A) is known color: Red Orange. HEX triplet: FE, 3A and 1A. RGB value is (254,58,26). Sum of RGB (Red+Green+Blue) = 254+58+26=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A1A is #01C5E5. Grayscale: #717171. Windows color (decimal): -116198 or 1719038. OLE color: 1719038.

HSL color Cylindrical-coordinate representation of color #FE3A1A: hue angle of 8.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE3A1A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 58 26 -
CMYK 0 0.77 0.90 0.00
HSL 8.42º 0.99% 0.55% -
HSV(B) 8.42º 0.9% 1% -
XYZ 42.57 24.17 3.4 -
YUV 112.96 78.93 228.6 -
System Red Green Blue C M Y K H S L
Decimal 254 58 26 0 0.77 0.90 0.00 8.42 0.99 0.55
Hex FE 3A 1A 0 4D 5A 0 8 63 37
Octal 376 72 32 0 115 132 0 10 143 67
Binary 11111110 111010 11010 0 1001101 1011010 0 1000 1100011 110111

Color Harmonies of #FE3A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A1A

Black with #FE3A1A

Text Example


Text Example

White with #FE3A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A1A; }

 p { color: rgb(254,58,26); }

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

background-color css

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

 a { background-color: rgb(254,58,26); }

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

border-color css

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

 span { border-color: rgb(254,58,26); }

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