Html Css Color HEX #FE370C Orange Red

📋 copy color: '#FE370C'

red 254 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #FE370C

Tints of Orange Red #FE370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 79.13%
G = 17.13%
B = 3.74%

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

#FE370C (or 0xFE370C) is known color: Orange Red. HEX triplet: FE, 37 and 0C. RGB value is (254,55,12). Sum of RGB (Red+Green+Blue) = 254+55+12=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE370C is #01C8F3. Grayscale: #6D6D6D. Windows color (decimal): -116980 or 800766. OLE color: 800766.

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

Color convert

RGB 254 55 12 -
CMYK 0 0.78 0.95 0.00
HSL 10.66º 0.99% 0.52% -
HSV(B) 10.66º 0.95% 1% -
XYZ 42.31 23.83 2.72 -
YUV 109.6 72.93 231 -
System Red Green Blue C M Y K H S L
Decimal 254 55 12 0 0.78 0.95 0.00 10.66 0.99 0.52
Hex FE 37 C 0 4E 5F 0 B 63 34
Octal 376 67 14 0 116 137 0 13 143 64
Binary 11111110 110111 1100 0 1001110 1011111 0 1011 1100011 110100

Color Harmonies of #FE370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE370C

Black with #FE370C

Text Example


Text Example

White with #FE370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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