Html Css Color HEX #FE5B27 Outrageous Orange

📋 copy color: '#FE5B27'

red 254 ◦ green 91 ◦ blue 39

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

Shades of Outrageous Orange #FE5B27

Tints of Outrageous Orange #FE5B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 66.15%
G = 23.7%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE5B27 (or 0xFE5B27) is known color: Outrageous Orange. HEX triplet: FE, 5B and 27. RGB value is (254,91,39). Sum of RGB (Red+Green+Blue) = 254+91+39=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5B27 is #01A4D8. Grayscale: #868686. Windows color (decimal): -107737 or 2579454. OLE color: 2579454.

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

Color convert

RGB 254 91 39 -
CMYK 0 0.64 0.85 0.00
HSL 14.51º 0.99% 0.57% -
HSV(B) 14.51º 0.85% 1% -
XYZ 44.98 28.7 5.09 -
YUV 133.81 74.5 213.73 -
System Red Green Blue C M Y K H S L
Decimal 254 91 39 0 0.64 0.85 0.00 14.51 0.99 0.57
Hex FE 5B 27 0 40 55 0 F 63 39
Octal 376 133 47 0 100 125 0 17 143 71
Binary 11111110 1011011 100111 0 1000000 1010101 0 1111 1100011 111001

Color Harmonies of #FE5B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5B27

Black with #FE5B27

Text Example


Text Example

White with #FE5B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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