Html Css Color HEX #FE460C Orange Red

📋 copy color: '#FE460C'

red 254 ◦ green 70 ◦ blue 12

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

Shades of Orange Red #FE460C

Tints of Orange Red #FE460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 75.6%
G = 20.83%
B = 3.57%

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

#FE460C (or 0xFE460C) is known color: Orange Red. HEX triplet: FE, 46 and 0C. RGB value is (254,70,12). Sum of RGB (Red+Green+Blue) = 254+70+12=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE460C is #01B9F3. Grayscale: #767676. Windows color (decimal): -113140 or 804606. OLE color: 804606.

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

Color convert

RGB 254 70 12 -
CMYK 0 0.72 0.95 0.00
HSL 14.38º 0.99% 0.52% -
HSV(B) 14.38º 0.95% 1% -
XYZ 43.13 25.48 2.99 -
YUV 118.4 67.96 224.72 -
System Red Green Blue C M Y K H S L
Decimal 254 70 12 0 0.72 0.95 0.00 14.38 0.99 0.52
Hex FE 46 C 0 48 5F 0 E 63 34
Octal 376 106 14 0 110 137 0 16 143 64
Binary 11111110 1000110 1100 0 1001000 1011111 0 1110 1100011 110100

Color Harmonies of #FE460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE460C

Black with #FE460C

Text Example


Text Example

White with #FE460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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