Html Css Color HEX #FE460D Orange Red

📋 copy color: '#FE460D'

red 254 ◦ green 70 ◦ blue 13

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

Shades of Orange Red #FE460D

Tints of Orange Red #FE460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 75.37%
G = 20.77%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE460D (or 0xFE460D) is known color: Orange Red. HEX triplet: FE, 46 and 0D. RGB value is (254,70,13). Sum of RGB (Red+Green+Blue) = 254+70+13=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE460D is #01B9F2. Grayscale: #767676. Windows color (decimal): -113139 or 870142. OLE color: 870142.

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

Color convert

RGB 254 70 13 -
CMYK 0 0.72 0.95 0.00
HSL 14.19º 0.99% 0.52% -
HSV(B) 14.19º 0.95% 1% -
XYZ 43.14 25.48 3.03 -
YUV 118.52 68.46 224.63 -
System Red Green Blue C M Y K H S L
Decimal 254 70 13 0 0.72 0.95 0.00 14.19 0.99 0.52
Hex FE 46 D 0 48 5F 0 E 63 34
Octal 376 106 15 0 110 137 0 16 143 64
Binary 11111110 1000110 1101 0 1001000 1011111 0 1110 1100011 110100

Color Harmonies of #FE460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE460D

Black with #FE460D

Text Example


Text Example

White with #FE460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE460D; }

 p { color: rgb(254,70,13); }

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

background-color css

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

 a { background-color: rgb(254,70,13); }

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

border-color css

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

 span { border-color: rgb(254,70,13); }

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