Html Css Color HEX #FF5120 Outrageous Orange

📋 copy color: '#FF5120'

red 255 ◦ green 81 ◦ blue 32

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

Shades of Outrageous Orange #FF5120

Tints of Outrageous Orange #FF5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.01%

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

R = 69.29%
G = 22.01%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF5120 (or 0xFF5120) is known color: Outrageous Orange. HEX triplet: FF, 51 and 20. RGB value is (255,81,32). Sum of RGB (Red+Green+Blue) = 255+81+32=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5120 is #00AEDF. Grayscale: #7F7F7F. Windows color (decimal): -44768 or 2118143. OLE color: 2118143.

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

Color convert

RGB 255 81 32 -
CMYK 0 0.68 0.87 0
HSL 13.18º 1% 0.56% -
HSV(B) 13.18º 0.87% 1% -
XYZ 44.44 27.25 4.28 -
YUV 127.44 74.15 218.98 -
System Red Green Blue C M Y K H S L
Decimal 255 81 32 0 0.68 0.87 0 13.18 1 0.56
Hex FF 51 20 0 44 57 0 D 64 38
Octal 377 121 40 0 104 127 0 15 144 70
Binary 11111111 1010001 100000 0 1000100 1010111 0 1101 1100100 111000

Color Harmonies of #FF5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5120

Black with #FF5120

Text Example


Text Example

White with #FF5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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