Html Css Color HEX #FE460B Orange Red

📋 copy color: '#FE460B'

red 254 ◦ green 70 ◦ blue 11

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

Shades of Orange Red #FE460B

Tints of Orange Red #FE460B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 75.82%
G = 20.9%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE460B (or 0xFE460B) is known color: Orange Red. HEX triplet: FE, 46 and 0B. RGB value is (254,70,11). Sum of RGB (Red+Green+Blue) = 254+70+11=335 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.82% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 254 - color contains mainly: red. Hex color #FE460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE460B is #01B9F4. Grayscale: #767676. Windows color (decimal): -113141 or 739070. OLE color: 739070.

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

Color convert

RGB 254 70 11 -
CMYK 0 0.72 0.96 0.00
HSL 14.57º 0.99% 0.52% -
HSV(B) 14.57º 0.96% 1% -
XYZ 43.12 25.48 2.96 -
YUV 118.29 67.46 224.8 -
System Red Green Blue C M Y K H S L
Decimal 254 70 11 0 0.72 0.96 0.00 14.57 0.99 0.52
Hex FE 46 B 0 48 60 0 F 63 34
Octal 376 106 13 0 110 140 0 17 143 64
Binary 11111110 1000110 1011 0 1001000 1100000 0 1111 1100011 110100

Color Harmonies of #FE460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE460B

Black with #FE460B

Text Example


Text Example

White with #FE460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE460B; }

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

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

background-color css

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

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

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

border-color css

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

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

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