Html Css Color HEX #FE390F Orange Red

📋 copy color: '#FE390F'

red 254 ◦ green 57 ◦ blue 15

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

Shades of Orange Red #FE390F

Tints of Orange Red #FE390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 77.91%
G = 17.48%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE390F (or 0xFE390F) is known color: Orange Red. HEX triplet: FE, 39 and 0F. RGB value is (254,57,15). Sum of RGB (Red+Green+Blue) = 254+57+15=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE390F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE390F is #01C6F0. Grayscale: #6F6F6F. Windows color (decimal): -116465 or 997886. OLE color: 997886.

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

Color convert

RGB 254 57 15 -
CMYK 0 0.78 0.94 0.00
HSL 10.54º 0.99% 0.53% -
HSV(B) 10.54º 0.94% 1% -
XYZ 42.42 24.03 2.85 -
YUV 111.12 73.77 229.92 -
System Red Green Blue C M Y K H S L
Decimal 254 57 15 0 0.78 0.94 0.00 10.54 0.99 0.53
Hex FE 39 F 0 4E 5E 0 B 63 35
Octal 376 71 17 0 116 136 0 13 143 65
Binary 11111110 111001 1111 0 1001110 1011110 0 1011 1100011 110101

Color Harmonies of #FE390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE390F

Black with #FE390F

Text Example


Text Example

White with #FE390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE390F; }

 p { color: rgb(254,57,15); }

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

background-color css

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

 a { background-color: rgb(254,57,15); }

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

border-color css

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

 span { border-color: rgb(254,57,15); }

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