Html Css Color HEX #FE440F Orange Red

📋 copy color: '#FE440F'

red 254 ◦ green 68 ◦ blue 15

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

Shades of Orange Red #FE440F

Tints of Orange Red #FE440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

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

R = 75.37%
G = 20.18%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE440F (or 0xFE440F) is known color: Orange Red. HEX triplet: FE, 44 and 0F. RGB value is (254,68,15). Sum of RGB (Red+Green+Blue) = 254+68+15=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE440F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE440F is #01BBF0. Grayscale: #757575. Windows color (decimal): -113649 or 1000702. OLE color: 1000702.

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

Color convert

RGB 254 68 15 -
CMYK 0 0.73 0.94 0.00
HSL 13.31º 0.99% 0.53% -
HSV(B) 13.31º 0.94% 1% -
XYZ 43.03 25.24 3.06 -
YUV 117.57 70.12 225.31 -
System Red Green Blue C M Y K H S L
Decimal 254 68 15 0 0.73 0.94 0.00 13.31 0.99 0.53
Hex FE 44 F 0 49 5E 0 D 63 35
Octal 376 104 17 0 111 136 0 15 143 65
Binary 11111110 1000100 1111 0 1001001 1011110 0 1101 1100011 110101

Color Harmonies of #FE440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE440F

Black with #FE440F

Text Example


Text Example

White with #FE440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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