Html Css Color HEX #FE3530 Red Orange

📋 copy color: '#FE3530'

red 254 ◦ green 53 ◦ blue 48

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

Shades of Red Orange #FE3530

Tints of Red Orange #FE3530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.52%

R = 71.55%
G = 14.93%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE3530 (or 0xFE3530) is known color: Red Orange. HEX triplet: FE, 35 and 30. RGB value is (254,53,48). Sum of RGB (Red+Green+Blue) = 254+53+48=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3530 is #01CACF. Grayscale: #707070. Windows color (decimal): -117456 or 3159550. OLE color: 3159550.

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

Color convert

RGB 254 53 48 -
CMYK 0 0.79 0.81 0.00
HSL 1.46º 0.99% 0.59% -
HSV(B) 1.46º 0.81% 1% -
XYZ 42.68 23.83 5.15 -
YUV 112.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 254 53 48 0 0.79 0.81 0.00 1.46 0.99 0.59
Hex FE 35 30 0 4F 51 0 1 63 3B
Octal 376 65 60 0 117 121 0 1 143 73
Binary 11111110 110101 110000 0 1001111 1010001 0 1 1100011 111011

Color Harmonies of #FE3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3530

Black with #FE3530

Text Example


Text Example

White with #FE3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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