Html Css Color HEX #FE4114 Orange Red

📋 copy color: '#FE4114'

red 254 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #FE4114

Tints of Orange Red #FE4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 74.93%
G = 19.17%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE4114 (or 0xFE4114) is known color: Orange Red. HEX triplet: FE, 41 and 14. RGB value is (254,65,20). Sum of RGB (Red+Green+Blue) = 254+65+20=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4114 is #01BEEB. Grayscale: #747474. Windows color (decimal): -114412 or 1327614. OLE color: 1327614.

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

Color convert

RGB 254 65 20 -
CMYK 0 0.74 0.92 0.00
HSL 11.54º 0.99% 0.54% -
HSV(B) 11.54º 0.92% 1% -
XYZ 42.89 24.9 3.21 -
YUV 116.38 73.62 226.16 -
System Red Green Blue C M Y K H S L
Decimal 254 65 20 0 0.74 0.92 0.00 11.54 0.99 0.54
Hex FE 41 14 0 4A 5C 0 C 63 36
Octal 376 101 24 0 112 134 0 14 143 66
Binary 11111110 1000001 10100 0 1001010 1011100 0 1100 1100011 110110

Color Harmonies of #FE4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4114

Black with #FE4114

Text Example


Text Example

White with #FE4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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