Html Css Color HEX #FE3A1D Red Orange

📋 copy color: '#FE3A1D'

red 254 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #FE3A1D

Tints of Red Orange #FE3A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.5%

R = 74.49%
G = 17.01%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE3A1D (or 0xFE3A1D) is known color: Red Orange. HEX triplet: FE, 3A and 1D. RGB value is (254,58,29). Sum of RGB (Red+Green+Blue) = 254+58+29=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3A1D is #01C5E2. Grayscale: #717171. Windows color (decimal): -116195 or 1915646. OLE color: 1915646.

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

Color convert

RGB 254 58 29 -
CMYK 0 0.77 0.89 0.00
HSL 7.73º 0.99% 0.55% -
HSV(B) 7.73º 0.89% 1% -
XYZ 42.61 24.19 3.59 -
YUV 113.3 80.43 228.36 -
System Red Green Blue C M Y K H S L
Decimal 254 58 29 0 0.77 0.89 0.00 7.73 0.99 0.55
Hex FE 3A 1D 0 4D 59 0 8 63 37
Octal 376 72 35 0 115 131 0 10 143 67
Binary 11111110 111010 11101 0 1001101 1011001 0 1000 1100011 110111

Color Harmonies of #FE3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A1D

Black with #FE3A1D

Text Example


Text Example

White with #FE3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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