Html Css Color HEX #FE4700 Orange Red

📋 copy color: '#FE4700'

red 254 ◦ green 71 ◦ blue 0

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

Shades of Orange Red #FE4700

Tints of Orange Red #FE4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 78.15%
G = 21.85%
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

#FE4700 (or 0xFE4700) is known color: Orange Red. HEX triplet: FE, 47 and 00. RGB value is (254,71,0). Sum of RGB (Red+Green+Blue) = 254+71+0=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4700 is #01B8FF. Grayscale: #767676. Windows color (decimal): -112896 or 18430. OLE color: 18430.

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

Color convert

RGB 254 71 0 -
CMYK 0 0.72 1 0.00
HSL 16.77º 1% 0.5% -
HSV(B) 16.77º 1% 1% -
XYZ 43.13 25.58 2.66 -
YUV 117.62 61.63 225.27 -
System Red Green Blue C M Y K H S L
Decimal 254 71 0 0 0.72 1 0.00 16.77 1 0.5
Hex FE 47 0 0 48 64 0 11 64 32
Octal 376 107 0 0 110 144 0 21 144 62
Binary 11111110 1000111 0 0 1001000 1100100 0 10001 1100100 110010

Color Harmonies of #FE4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4700

Black with #FE4700

Text Example


Text Example

White with #FE4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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