Html Css Color HEX #FE352A Red Orange

📋 copy color: '#FE352A'

red 254 ◦ green 53 ◦ blue 42

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

Shades of Red Orange #FE352A

Tints of Red Orange #FE352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.03%

R = 72.78%
G = 15.19%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE352A (or 0xFE352A) is known color: Red Orange. HEX triplet: FE, 35 and 2A. RGB value is (254,53,42). Sum of RGB (Red+Green+Blue) = 254+53+42=349 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.78% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 42 (16.80% from 255 or 12.03% from 349); Max value from RGB is 254 - color contains mainly: red. Hex color #FE352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE352A is #01CAD5. Grayscale: #707070. Windows color (decimal): -117462 or 2766334. OLE color: 2766334.

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

Color convert

RGB 254 53 42 -
CMYK 0 0.79 0.83 0.00
HSL 3.11º 0.99% 0.58% -
HSV(B) 3.11º 0.83% 1% -
XYZ 42.56 23.78 4.54 -
YUV 111.85 88.59 229.39 -
System Red Green Blue C M Y K H S L
Decimal 254 53 42 0 0.79 0.83 0.00 3.11 0.99 0.58
Hex FE 35 2A 0 4F 53 0 3 63 3A
Octal 376 65 52 0 117 123 0 3 143 72
Binary 11111110 110101 101010 0 1001111 1010011 0 11 1100011 111010

Color Harmonies of #FE352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE352A

Black with #FE352A

Text Example


Text Example

White with #FE352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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