Html Css Color HEX #FF5522 Outrageous Orange

📋 copy color: '#FF5522'

red 255 ◦ green 85 ◦ blue 34

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

Shades of Outrageous Orange #FF5522

Tints of Outrageous Orange #FF5522

RGB

 RED value IS 255 (100% from 255) = 68.18%

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

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

R = 68.18%
G = 22.73%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF5522 (or 0xFF5522) is known color: Outrageous Orange. HEX triplet: FF, 55 and 22. RGB value is (255,85,34). Sum of RGB (Red+Green+Blue) = 255+85+34=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5522 is #00AADD. Grayscale: #828282. Windows color (decimal): -43742 or 2250239. OLE color: 2250239.

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

Color convert

RGB 255 85 34 -
CMYK 0 0.67 0.87 0
HSL 13.85º 1% 0.57% -
HSV(B) 13.85º 0.87% 1% -
XYZ 44.78 27.87 4.53 -
YUV 130.02 73.82 217.15 -
System Red Green Blue C M Y K H S L
Decimal 255 85 34 0 0.67 0.87 0 13.85 1 0.57
Hex FF 55 22 0 43 57 0 E 64 39
Octal 377 125 42 0 103 127 0 16 144 71
Binary 11111111 1010101 100010 0 1000011 1010111 0 1110 1100100 111001

Color Harmonies of #FF5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5522

Black with #FF5522

Text Example


Text Example

White with #FF5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5522; }

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

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

background-color css

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

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

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

border-color css

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

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

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