Html Css Color HEX #FE370D Orange Red

📋 copy color: '#FE370D'

red 254 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #FE370D

Tints of Orange Red #FE370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.08%

 BLUE value IS 13 (5.47% from 255) = 4.04%

R = 78.88%
G = 17.08%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE370D (or 0xFE370D) is known color: Orange Red. HEX triplet: FE, 37 and 0D. RGB value is (254,55,13). Sum of RGB (Red+Green+Blue) = 254+55+13=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE370D is #01C8F2. Grayscale: #6E6E6E. Windows color (decimal): -116979 or 866302. OLE color: 866302.

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

Color convert

RGB 254 55 13 -
CMYK 0 0.78 0.95 0.00
HSL 10.46º 0.99% 0.52% -
HSV(B) 10.46º 0.95% 1% -
XYZ 42.31 23.83 2.75 -
YUV 109.71 73.43 230.92 -
System Red Green Blue C M Y K H S L
Decimal 254 55 13 0 0.78 0.95 0.00 10.46 0.99 0.52
Hex FE 37 D 0 4E 5F 0 A 63 34
Octal 376 67 15 0 116 137 0 12 143 64
Binary 11111110 110111 1101 0 1001110 1011111 0 1010 1100011 110100

Color Harmonies of #FE370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE370D

Black with #FE370D

Text Example


Text Example

White with #FE370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE370D; }

 p { color: rgb(254,55,13); }

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

background-color css

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

 a { background-color: rgb(254,55,13); }

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

border-color css

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

 span { border-color: rgb(254,55,13); }

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