Html Css Color HEX #FE4600 Orange Red

📋 copy color: '#FE4600'

red 254 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #FE4600

Tints of Orange Red #FE4600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.4%
G = 21.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE4600 (or 0xFE4600) is known color: Orange Red. HEX triplet: FE, 46 and 00. RGB value is (254,70,0). Sum of RGB (Red+Green+Blue) = 254+70+0=324 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.40% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4600 is #01B9FF. Grayscale: #757575. Windows color (decimal): -113152 or 18174. OLE color: 18174.

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

Color convert

RGB 254 70 0 -
CMYK 0 0.72 1 0.00
HSL 16.54º 1% 0.5% -
HSV(B) 16.54º 1% 1% -
XYZ 43.06 25.45 2.64 -
YUV 117.04 61.96 225.69 -
System Red Green Blue C M Y K H S L
Decimal 254 70 0 0 0.72 1 0.00 16.54 1 0.5
Hex FE 46 0 0 48 64 0 11 64 32
Octal 376 106 0 0 110 144 0 21 144 62
Binary 11111110 1000110 0 0 1001000 1100100 0 10001 1100100 110010

Color Harmonies of #FE4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4600

Black with #FE4600

Text Example


Text Example

White with #FE4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4600; }

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

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

background-color css

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

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

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

border-color css

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

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

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