Html Css Color HEX #FE5C22 Outrageous Orange

📋 copy color: '#FE5C22'

red 254 ◦ green 92 ◦ blue 34

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

Shades of Outrageous Orange #FE5C22

Tints of Outrageous Orange #FE5C22

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

 BLUE value IS 34 (13.67% from 255) = 8.95%

R = 66.84%
G = 24.21%
B = 8.95%

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

#FE5C22 (or 0xFE5C22) is known color: Outrageous Orange. HEX triplet: FE, 5C and 22. RGB value is (254,92,34). Sum of RGB (Red+Green+Blue) = 254+92+34=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 34 (13.67% from 255 or 8.95% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5C22 is #01A3DD. Grayscale: #868686. Windows color (decimal): -107486 or 2252030. OLE color: 2252030.

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

Color convert

RGB 254 92 34 -
CMYK 0 0.64 0.87 0.00
HSL 15.82º 0.99% 0.56% -
HSV(B) 15.82º 0.87% 1% -
XYZ 44.99 28.84 4.71 -
YUV 133.83 71.67 213.72 -
System Red Green Blue C M Y K H S L
Decimal 254 92 34 0 0.64 0.87 0.00 15.82 0.99 0.56
Hex FE 5C 22 0 40 57 0 10 63 38
Octal 376 134 42 0 100 127 0 20 143 70
Binary 11111110 1011100 100010 0 1000000 1010111 0 10000 1100011 111000

Color Harmonies of #FE5C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C22

Black with #FE5C22

Text Example


Text Example

White with #FE5C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C22; }

 p { color: rgb(254,92,34); }

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

background-color css

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

 a { background-color: rgb(254,92,34); }

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

border-color css

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

 span { border-color: rgb(254,92,34); }

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