Html Css Color HEX #FE452D Red Orange

📋 copy color: '#FE452D'

red 254 ◦ green 69 ◦ blue 45

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

Shades of Red Orange #FE452D

Tints of Red Orange #FE452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.23%

R = 69.02%
G = 18.75%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE452D (or 0xFE452D) is known color: Red Orange. HEX triplet: FE, 45 and 2D. RGB value is (254,69,45). Sum of RGB (Red+Green+Blue) = 254+69+45=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 45 (17.97% from 255 or 12.23% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE452D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE452D is #01BAD2. Grayscale: #797979. Windows color (decimal): -113363 or 2967038. OLE color: 2967038.

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

Color convert

RGB 254 69 45 -
CMYK 0 0.73 0.82 0.00
HSL 6.89º 0.99% 0.59% -
HSV(B) 6.89º 0.82% 1% -
XYZ 43.47 25.52 5.12 -
YUV 121.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 254 69 45 0 0.73 0.82 0.00 6.89 0.99 0.59
Hex FE 45 2D 0 49 52 0 7 63 3B
Octal 376 105 55 0 111 122 0 7 143 73
Binary 11111110 1000101 101101 0 1001001 1010010 0 111 1100011 111011

Color Harmonies of #FE452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE452D

Black with #FE452D

Text Example


Text Example

White with #FE452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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