Html Css Color HEX #FE400F Orange Red

📋 copy color: '#FE400F'

red 254 ◦ green 64 ◦ blue 15

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

Shades of Orange Red #FE400F

Tints of Orange Red #FE400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 76.28%
G = 19.22%
B = 4.5%

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

#FE400F (or 0xFE400F) is known color: Orange Red. HEX triplet: FE, 40 and 0F. RGB value is (254,64,15). Sum of RGB (Red+Green+Blue) = 254+64+15=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE400F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE400F is #01BFF0. Grayscale: #737373. Windows color (decimal): -114673 or 999678. OLE color: 999678.

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

Color convert

RGB 254 64 15 -
CMYK 0 0.75 0.94 0.00
HSL 12.3º 0.99% 0.53% -
HSV(B) 12.3º 0.94% 1% -
XYZ 42.79 24.77 2.98 -
YUV 115.22 71.45 226.98 -
System Red Green Blue C M Y K H S L
Decimal 254 64 15 0 0.75 0.94 0.00 12.3 0.99 0.53
Hex FE 40 F 0 4B 5E 0 C 63 35
Octal 376 100 17 0 113 136 0 14 143 65
Binary 11111110 1000000 1111 0 1001011 1011110 0 1100 1100011 110101

Color Harmonies of #FE400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE400F

Black with #FE400F

Text Example


Text Example

White with #FE400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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