Html Css Color HEX #FE450F Orange Red

📋 copy color: '#FE450F'

red 254 ◦ green 69 ◦ blue 15

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

Shades of Orange Red #FE450F

Tints of Orange Red #FE450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 75.15%
G = 20.41%
B = 4.44%

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

#FE450F (or 0xFE450F) is known color: Orange Red. HEX triplet: FE, 45 and 0F. RGB value is (254,69,15). Sum of RGB (Red+Green+Blue) = 254+69+15=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE450F is #01BAF0. Grayscale: #767676. Windows color (decimal): -113393 or 1000958. OLE color: 1000958.

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

Color convert

RGB 254 69 15 -
CMYK 0 0.73 0.94 0.00
HSL 13.56º 0.99% 0.53% -
HSV(B) 13.56º 0.94% 1% -
XYZ 43.09 25.36 3.08 -
YUV 118.16 69.79 224.89 -
System Red Green Blue C M Y K H S L
Decimal 254 69 15 0 0.73 0.94 0.00 13.56 0.99 0.53
Hex FE 45 F 0 49 5E 0 E 63 35
Octal 376 105 17 0 111 136 0 16 143 65
Binary 11111110 1000101 1111 0 1001001 1011110 0 1110 1100011 110101

Color Harmonies of #FE450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE450F

Black with #FE450F

Text Example


Text Example

White with #FE450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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