Html Css Color HEX #FE5522 Outrageous Orange

📋 copy color: '#FE5522'

red 254 ◦ green 85 ◦ blue 34

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

Shades of Outrageous Orange #FE5522

Tints of Outrageous Orange #FE5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

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

R = 68.1%
G = 22.79%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE5522 (or 0xFE5522) is known color: Outrageous Orange. HEX triplet: FE, 55 and 22. RGB value is (254,85,34). Sum of RGB (Red+Green+Blue) = 254+85+34=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5522 is #01AADD. Grayscale: #828282. Windows color (decimal): -109278 or 2250238. OLE color: 2250238.

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

Color convert

RGB 254 85 34 -
CMYK 0 0.67 0.87 0.00
HSL 13.91º 0.99% 0.56% -
HSV(B) 13.91º 0.87% 1% -
XYZ 44.41 27.68 4.52 -
YUV 129.72 73.99 216.65 -
System Red Green Blue C M Y K H S L
Decimal 254 85 34 0 0.67 0.87 0.00 13.91 0.99 0.56
Hex FE 55 22 0 43 57 0 E 63 38
Octal 376 125 42 0 103 127 0 16 143 70
Binary 11111110 1010101 100010 0 1000011 1010111 0 1110 1100011 111000

Color Harmonies of #FE5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5522

Black with #FE5522

Text Example


Text Example

White with #FE5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5522; }

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

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

background-color css

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

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

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

border-color css

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

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

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