Html Css Color HEX #FE392F Red Orange

📋 copy color: '#FE392F'

red 254 ◦ green 57 ◦ blue 47

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

Shades of Red Orange #FE392F

Tints of Red Orange #FE392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.13%

R = 70.95%
G = 15.92%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE392F (or 0xFE392F) is known color: Red Orange. HEX triplet: FE, 39 and 2F. RGB value is (254,57,47). Sum of RGB (Red+Green+Blue) = 254+57+47=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE392F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE392F is #01C6D0. Grayscale: #737373. Windows color (decimal): -116433 or 3095038. OLE color: 3095038.

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

Color convert

RGB 254 57 47 -
CMYK 0 0.78 0.81 0.00
HSL 2.9º 0.99% 0.59% -
HSV(B) 2.9º 0.81% 1% -
XYZ 42.85 24.2 5.1 -
YUV 114.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 254 57 47 0 0.78 0.81 0.00 2.9 0.99 0.59
Hex FE 39 2F 0 4E 51 0 3 63 3B
Octal 376 71 57 0 116 121 0 3 143 73
Binary 11111110 111001 101111 0 1001110 1010001 0 11 1100011 111011

Color Harmonies of #FE392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE392F

Black with #FE392F

Text Example


Text Example

White with #FE392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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