Html Css Color HEX #FE3A04 Orange Red

📋 copy color: '#FE3A04'

red 254 ◦ green 58 ◦ blue 4

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

Shades of Orange Red #FE3A04

Tints of Orange Red #FE3A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 80.38%
G = 18.35%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE3A04 (or 0xFE3A04) is known color: Orange Red. HEX triplet: FE, 3A and 04. RGB value is (254,58,4). Sum of RGB (Red+Green+Blue) = 254+58+4=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 4 (1.95% from 255 or 1.27% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3A04 is #01C5FB. Grayscale: #6E6E6E. Windows color (decimal): -116220 or 277246. OLE color: 277246.

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

Color convert

RGB 254 58 4 -
CMYK 0 0.77 0.98 0.00
HSL 12.96º 0.99% 0.51% -
HSV(B) 12.96º 0.98% 1% -
XYZ 42.41 24.11 2.53 -
YUV 110.45 67.93 230.39 -
System Red Green Blue C M Y K H S L
Decimal 254 58 4 0 0.77 0.98 0.00 12.96 0.99 0.51
Hex FE 3A 4 0 4D 62 0 D 63 33
Octal 376 72 4 0 115 142 0 15 143 63
Binary 11111110 111010 100 0 1001101 1100010 0 1101 1100011 110011

Color Harmonies of #FE3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3A04

Black with #FE3A04

Text Example


Text Example

White with #FE3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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