Html Css Color HEX #FF5420 Outrageous Orange

📋 copy color: '#FF5420'

red 255 ◦ green 84 ◦ blue 32

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

Shades of Outrageous Orange #FF5420

Tints of Outrageous Orange #FF5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.64%

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

R = 68.73%
G = 22.64%
B = 8.63%

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

#FF5420 (or 0xFF5420) is known color: Outrageous Orange. HEX triplet: FF, 54 and 20. RGB value is (255,84,32). Sum of RGB (Red+Green+Blue) = 255+84+32=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5420 is #00ABDF. Grayscale: #818181. Windows color (decimal): -44000 or 2118911. OLE color: 2118911.

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

Color convert

RGB 255 84 32 -
CMYK 0 0.67 0.87 0
HSL 13.99º 1% 0.56% -
HSV(B) 13.99º 0.87% 1% -
XYZ 44.67 27.7 4.36 -
YUV 129.2 73.15 217.73 -
System Red Green Blue C M Y K H S L
Decimal 255 84 32 0 0.67 0.87 0 13.99 1 0.56
Hex FF 54 20 0 43 57 0 E 64 38
Octal 377 124 40 0 103 127 0 16 144 70
Binary 11111111 1010100 100000 0 1000011 1010111 0 1110 1100100 111000

Color Harmonies of #FF5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5420

Black with #FF5420

Text Example


Text Example

White with #FF5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5420; }

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

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

background-color css

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

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

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

border-color css

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

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

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