Html Css Color HEX #FE2B20 Red Orange

📋 copy color: '#FE2B20'

red 254 ◦ green 43 ◦ blue 32

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

Shades of Red Orange #FE2B20

Tints of Red Orange #FE2B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.07%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 77.2%
G = 13.07%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE2B20 (or 0xFE2B20) is known color: Red Orange. HEX triplet: FE, 2B and 20. RGB value is (254,43,32). Sum of RGB (Red+Green+Blue) = 254+43+32=329 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.20% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B20 is #01D4DF. Grayscale: #696969. Windows color (decimal): -120032 or 2108414. OLE color: 2108414.

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

Color convert

RGB 254 43 32 -
CMYK 0 0.83 0.87 0.00
HSL 2.97º 0.99% 0.56% -
HSV(B) 2.97º 0.87% 1% -
XYZ 42 22.9 3.57 -
YUV 104.84 86.9 234.39 -
System Red Green Blue C M Y K H S L
Decimal 254 43 32 0 0.83 0.87 0.00 2.97 0.99 0.56
Hex FE 2B 20 0 53 57 0 3 63 38
Octal 376 53 40 0 123 127 0 3 143 70
Binary 11111110 101011 100000 0 1010011 1010111 0 11 1100011 111000

Color Harmonies of #FE2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B20

Black with #FE2B20

Text Example


Text Example

White with #FE2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B20; }

 p { color: rgb(254,43,32); }

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

background-color css

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

 a { background-color: rgb(254,43,32); }

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

border-color css

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

 span { border-color: rgb(254,43,32); }

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