Html Css Color HEX #FE4601 Orange Red

📋 copy color: '#FE4601'

red 254 ◦ green 70 ◦ blue 1

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

Shades of Orange Red #FE4601

Tints of Orange Red #FE4601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 78.15%
G = 21.54%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE4601 (or 0xFE4601) is known color: Orange Red. HEX triplet: FE, 46 and 01. RGB value is (254,70,1). Sum of RGB (Red+Green+Blue) = 254+70+1=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4601 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4601 is #01B9FE. Grayscale: #757575. Windows color (decimal): -113151 or 83710. OLE color: 83710.

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

Color convert

RGB 254 70 1 -
CMYK 0 0.72 1.00 0.00
HSL 16.36º 0.99% 0.5% -
HSV(B) 16.36º 1% 1% -
XYZ 43.07 25.45 2.67 -
YUV 117.15 62.46 225.61 -
System Red Green Blue C M Y K H S L
Decimal 254 70 1 0 0.72 1.00 0.00 16.36 0.99 0.5
Hex FE 46 1 0 48 64 0 10 63 32
Octal 376 106 1 0 110 144 0 20 143 62
Binary 11111110 1000110 1 0 1001000 1100100 0 10000 1100011 110010

Color Harmonies of #FE4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4601

Black with #FE4601

Text Example


Text Example

White with #FE4601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4601; }

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

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

background-color css

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

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

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

border-color css

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

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

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