Html Css Color HEX #FE3E01 Orange Red

📋 copy color: '#FE3E01'

red 254 ◦ green 62 ◦ blue 1

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

Shades of Orange Red #FE3E01

Tints of Orange Red #FE3E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 80.13%
G = 19.56%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE3E01 (or 0xFE3E01) is known color: Orange Red. HEX triplet: FE, 3E and 01. RGB value is (254,62,1). Sum of RGB (Red+Green+Blue) = 254+62+1=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E01 is #01C1FE. Grayscale: #707070. Windows color (decimal): -115199 or 81662. OLE color: 81662.

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

Color convert

RGB 254 62 1 -
CMYK 0 0.76 1.00 0.00
HSL 14.47º 0.99% 0.5% -
HSV(B) 14.47º 1% 1% -
XYZ 42.6 24.52 2.52 -
YUV 112.45 65.11 228.96 -
System Red Green Blue C M Y K H S L
Decimal 254 62 1 0 0.76 1.00 0.00 14.47 0.99 0.5
Hex FE 3E 1 0 4C 64 0 E 63 32
Octal 376 76 1 0 114 144 0 16 143 62
Binary 11111110 111110 1 0 1001100 1100100 0 1110 1100011 110010

Color Harmonies of #FE3E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3E01

Black with #FE3E01

Text Example


Text Example

White with #FE3E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3E01; }

 p { color: rgb(254,62,1); }

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

background-color css

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

 a { background-color: rgb(254,62,1); }

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

border-color css

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

 span { border-color: rgb(254,62,1); }

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