Html Css Color HEX #FE3A0E Orange Red

📋 copy color: '#FE3A0E'

red 254 ◦ green 58 ◦ blue 14

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

Shades of Orange Red #FE3A0E

Tints of Orange Red #FE3A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.79%

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

R = 77.91%
G = 17.79%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE3A0E (or 0xFE3A0E) is known color: Orange Red. HEX triplet: FE, 3A and 0E. RGB value is (254,58,14). Sum of RGB (Red+Green+Blue) = 254+58+14=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A0E is #01C5F1. Grayscale: #6F6F6F. Windows color (decimal): -116210 or 932606. OLE color: 932606.

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

Color convert

RGB 254 58 14 -
CMYK 0 0.77 0.94 0.00
HSL 11º 0.99% 0.53% -
HSV(B) 11º 0.94% 1% -
XYZ 42.47 24.13 2.83 -
YUV 111.59 72.93 229.58 -
System Red Green Blue C M Y K H S L
Decimal 254 58 14 0 0.77 0.94 0.00 11 0.99 0.53
Hex FE 3A E 0 4D 5E 0 B 63 35
Octal 376 72 16 0 115 136 0 13 143 65
Binary 11111110 111010 1110 0 1001101 1011110 0 1011 1100011 110101

Color Harmonies of #FE3A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A0E

Black with #FE3A0E

Text Example


Text Example

White with #FE3A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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