Html Css Color HEX #FE5B21 Outrageous Orange

📋 copy color: '#FE5B21'

red 254 ◦ green 91 ◦ blue 33

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

Shades of Outrageous Orange #FE5B21

Tints of Outrageous Orange #FE5B21

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 67.2%
G = 24.07%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5B21 (or 0xFE5B21) is known color: Outrageous Orange. HEX triplet: FE, 5B and 21. RGB value is (254,91,33). Sum of RGB (Red+Green+Blue) = 254+91+33=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B21 is #01A4DE. Grayscale: #858585. Windows color (decimal): -107743 or 2186238. OLE color: 2186238.

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

Color convert

RGB 254 91 33 -
CMYK 0 0.64 0.87 0.00
HSL 15.75º 0.99% 0.56% -
HSV(B) 15.75º 0.87% 1% -
XYZ 44.89 28.66 4.61 -
YUV 133.13 71.5 214.22 -
System Red Green Blue C M Y K H S L
Decimal 254 91 33 0 0.64 0.87 0.00 15.75 0.99 0.56
Hex FE 5B 21 0 40 57 0 10 63 38
Octal 376 133 41 0 100 127 0 20 143 70
Binary 11111110 1011011 100001 0 1000000 1010111 0 10000 1100011 111000

Color Harmonies of #FE5B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B21

Black with #FE5B21

Text Example


Text Example

White with #FE5B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B21; }

 p { color: rgb(254,91,33); }

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

background-color css

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

 a { background-color: rgb(254,91,33); }

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

border-color css

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

 span { border-color: rgb(254,91,33); }

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