Html Css Color HEX #FF5520 Outrageous Orange

📋 copy color: '#FF5520'

red 255 ◦ green 85 ◦ blue 32

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

Shades of Outrageous Orange #FF5520

Tints of Outrageous Orange #FF5520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.6%

R = 68.55%
G = 22.85%
B = 8.6%

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

#FF5520 (or 0xFF5520) is known color: Outrageous Orange. HEX triplet: FF, 55 and 20. RGB value is (255,85,32). Sum of RGB (Red+Green+Blue) = 255+85+32=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5520 is #00AADF. Grayscale: #828282. Windows color (decimal): -43744 or 2119167. OLE color: 2119167.

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

Color convert

RGB 255 85 32 -
CMYK 0 0.67 0.87 0
HSL 14.26º 1% 0.56% -
HSV(B) 14.26º 0.87% 1% -
XYZ 44.75 27.86 4.39 -
YUV 129.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 255 85 32 0 0.67 0.87 0 14.26 1 0.56
Hex FF 55 20 0 43 57 0 E 64 38
Octal 377 125 40 0 103 127 0 16 144 70
Binary 11111111 1010101 100000 0 1000011 1010111 0 1110 1100100 111000

Color Harmonies of #FF5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5520

Black with #FF5520

Text Example


Text Example

White with #FF5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5520; }

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

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

background-color css

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

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

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

border-color css

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

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

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