Html Css Color HEX #FE400E Orange Red

📋 copy color: '#FE400E'

red 254 ◦ green 64 ◦ blue 14

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

Shades of Orange Red #FE400E

Tints of Orange Red #FE400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.28%

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 76.51%
G = 19.28%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE400E (or 0xFE400E) is known color: Orange Red. HEX triplet: FE, 40 and 0E. RGB value is (254,64,14). Sum of RGB (Red+Green+Blue) = 254+64+14=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE400E is #01BFF1. Grayscale: #737373. Windows color (decimal): -114674 or 934142. OLE color: 934142.

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

Color convert

RGB 254 64 14 -
CMYK 0 0.75 0.94 0.00
HSL 12.5º 0.99% 0.53% -
HSV(B) 12.5º 0.94% 1% -
XYZ 42.79 24.77 2.94 -
YUV 115.11 70.95 227.07 -
System Red Green Blue C M Y K H S L
Decimal 254 64 14 0 0.75 0.94 0.00 12.5 0.99 0.53
Hex FE 40 E 0 4B 5E 0 C 63 35
Octal 376 100 16 0 113 136 0 14 143 65
Binary 11111110 1000000 1110 0 1001011 1011110 0 1100 1100011 110101

Color Harmonies of #FE400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE400E

Black with #FE400E

Text Example


Text Example

White with #FE400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE400E; }

 p { color: rgb(254,64,14); }

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

background-color css

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

 a { background-color: rgb(254,64,14); }

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

border-color css

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

 span { border-color: rgb(254,64,14); }

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