Html Css Color HEX #FE4714 Orange Red

📋 copy color: '#FE4714'

red 254 ◦ green 71 ◦ blue 20

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

Shades of Orange Red #FE4714

Tints of Orange Red #FE4714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 73.62%
G = 20.58%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE4714 (or 0xFE4714) is known color: Orange Red. HEX triplet: FE, 47 and 14. RGB value is (254,71,20). Sum of RGB (Red+Green+Blue) = 254+71+20=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4714 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4714 is #01B8EB. Grayscale: #787878. Windows color (decimal): -112876 or 1329150. OLE color: 1329150.

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

Color convert

RGB 254 71 20 -
CMYK 0 0.72 0.92 0.00
HSL 13.08º 0.99% 0.54% -
HSV(B) 13.08º 0.92% 1% -
XYZ 43.25 25.63 3.33 -
YUV 119.9 71.63 223.65 -
System Red Green Blue C M Y K H S L
Decimal 254 71 20 0 0.72 0.92 0.00 13.08 0.99 0.54
Hex FE 47 14 0 48 5C 0 D 63 36
Octal 376 107 24 0 110 134 0 15 143 66
Binary 11111110 1000111 10100 0 1001000 1011100 0 1101 1100011 110110

Color Harmonies of #FE4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4714

Black with #FE4714

Text Example


Text Example

White with #FE4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4714; }

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

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

background-color css

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

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

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

border-color css

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

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

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