Html Css Color HEX #FE3501 Orange Red

📋 copy color: '#FE3501'

red 254 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #FE3501

Tints of Orange Red #FE3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

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

R = 82.47%
G = 17.21%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE3501 (or 0xFE3501) is known color: Orange Red. HEX triplet: FE, 35 and 01. RGB value is (254,53,1). Sum of RGB (Red+Green+Blue) = 254+53+1=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3501 is #01CAFE. Grayscale: #6B6B6B. Windows color (decimal): -117503 or 79358. OLE color: 79358.

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

Color convert

RGB 254 53 1 -
CMYK 0 0.79 1.00 0.00
HSL 12.33º 0.99% 0.5% -
HSV(B) 12.33º 1% 1% -
XYZ 42.15 23.62 2.37 -
YUV 107.17 68.09 232.73 -
System Red Green Blue C M Y K H S L
Decimal 254 53 1 0 0.79 1.00 0.00 12.33 0.99 0.5
Hex FE 35 1 0 4F 64 0 C 63 32
Octal 376 65 1 0 117 144 0 14 143 62
Binary 11111110 110101 1 0 1001111 1100100 0 1100 1100011 110010

Color Harmonies of #FE3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3501

Black with #FE3501

Text Example


Text Example

White with #FE3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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