Html Css Color HEX #FE5D22 Outrageous Orange

📋 copy color: '#FE5D22'

red 254 ◦ green 93 ◦ blue 34

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

Shades of Outrageous Orange #FE5D22

Tints of Outrageous Orange #FE5D22

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

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

R = 66.67%
G = 24.41%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5D22 (or 0xFE5D22) is known color: Outrageous Orange. HEX triplet: FE, 5D and 22. RGB value is (254,93,34). Sum of RGB (Red+Green+Blue) = 254+93+34=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 34 (13.67% from 255 or 8.92% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5D22 is #01A2DD. Grayscale: #868686. Windows color (decimal): -107230 or 2252286. OLE color: 2252286.

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

Color convert

RGB 254 93 34 -
CMYK 0 0.63 0.87 0.00
HSL 16.09º 0.99% 0.56% -
HSV(B) 16.09º 0.87% 1% -
XYZ 45.08 29.02 4.74 -
YUV 134.41 71.34 213.3 -
System Red Green Blue C M Y K H S L
Decimal 254 93 34 0 0.63 0.87 0.00 16.09 0.99 0.56
Hex FE 5D 22 0 3F 57 0 10 63 38
Octal 376 135 42 0 77 127 0 20 143 70
Binary 11111110 1011101 100010 0 111111 1010111 0 10000 1100011 111000

Color Harmonies of #FE5D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D22

Black with #FE5D22

Text Example


Text Example

White with #FE5D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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