Html Css Color HEX #FE3504 Orange Red

📋 copy color: '#FE3504'

red 254 ◦ green 53 ◦ blue 4

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

Shades of Orange Red #FE3504

Tints of Orange Red #FE3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.04%

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

R = 81.67%
G = 17.04%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE3504 (or 0xFE3504) is known color: Orange Red. HEX triplet: FE, 35 and 04. RGB value is (254,53,4). Sum of RGB (Red+Green+Blue) = 254+53+4=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3504 is #01CAFB. Grayscale: #6B6B6B. Windows color (decimal): -117500 or 275966. OLE color: 275966.

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

Color convert

RGB 254 53 4 -
CMYK 0 0.79 0.98 0.00
HSL 11.76º 0.99% 0.51% -
HSV(B) 11.76º 0.98% 1% -
XYZ 42.17 23.63 2.45 -
YUV 107.51 69.59 232.48 -
System Red Green Blue C M Y K H S L
Decimal 254 53 4 0 0.79 0.98 0.00 11.76 0.99 0.51
Hex FE 35 4 0 4F 62 0 C 63 33
Octal 376 65 4 0 117 142 0 14 143 63
Binary 11111110 110101 100 0 1001111 1100010 0 1100 1100011 110011

Color Harmonies of #FE3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3504

Black with #FE3504

Text Example


Text Example

White with #FE3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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