Html Css Color HEX #FE370A Orange Red

📋 copy color: '#FE370A'

red 254 ◦ green 55 ◦ blue 10

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

Shades of Orange Red #FE370A

Tints of Orange Red #FE370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 79.62%
G = 17.24%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE370A (or 0xFE370A) is known color: Orange Red. HEX triplet: FE, 37 and 0A. RGB value is (254,55,10). Sum of RGB (Red+Green+Blue) = 254+55+10=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE370A is #01C8F5. Grayscale: #6D6D6D. Windows color (decimal): -116982 or 669694. OLE color: 669694.

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

Color convert

RGB 254 55 10 -
CMYK 0 0.78 0.96 0.00
HSL 11.07º 0.99% 0.52% -
HSV(B) 11.07º 0.96% 1% -
XYZ 42.29 23.83 2.66 -
YUV 109.37 71.93 231.16 -
System Red Green Blue C M Y K H S L
Decimal 254 55 10 0 0.78 0.96 0.00 11.07 0.99 0.52
Hex FE 37 A 0 4E 60 0 B 63 34
Octal 376 67 12 0 116 140 0 13 143 64
Binary 11111110 110111 1010 0 1001110 1100000 0 1011 1100011 110100

Color Harmonies of #FE370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE370A

Black with #FE370A

Text Example


Text Example

White with #FE370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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