Html Css Color HEX #FE352D Red Orange

📋 copy color: '#FE352D'

red 254 ◦ green 53 ◦ blue 45

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

Shades of Red Orange #FE352D

Tints of Red Orange #FE352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.06%

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

R = 72.16%
G = 15.06%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE352D (or 0xFE352D) is known color: Red Orange. HEX triplet: FE, 35 and 2D. RGB value is (254,53,45). Sum of RGB (Red+Green+Blue) = 254+53+45=352 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.16% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 254 - color contains mainly: red. Hex color #FE352D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE352D is #01CAD2. Grayscale: #707070. Windows color (decimal): -117459 or 2962942. OLE color: 2962942.

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

Color convert

RGB 254 53 45 -
CMYK 0 0.79 0.82 0.00
HSL 2.3º 0.99% 0.59% -
HSV(B) 2.3º 0.82% 1% -
XYZ 42.62 23.81 4.83 -
YUV 112.19 90.09 229.15 -
System Red Green Blue C M Y K H S L
Decimal 254 53 45 0 0.79 0.82 0.00 2.3 0.99 0.59
Hex FE 35 2D 0 4F 52 0 2 63 3B
Octal 376 65 55 0 117 122 0 2 143 73
Binary 11111110 110101 101101 0 1001111 1010010 0 10 1100011 111011

Color Harmonies of #FE352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE352D

Black with #FE352D

Text Example


Text Example

White with #FE352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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