Html Css Color HEX #FF5321 Outrageous Orange

📋 copy color: '#FF5321'

red 255 ◦ green 83 ◦ blue 33

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

Shades of Outrageous Orange #FF5321

Tints of Outrageous Orange #FF5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

 BLUE value IS 33 (13.28% from 255) = 8.89%

R = 68.73%
G = 22.37%
B = 8.89%

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

#FF5321 (or 0xFF5321) is known color: Outrageous Orange. HEX triplet: FF, 53 and 21. RGB value is (255,83,33). Sum of RGB (Red+Green+Blue) = 255+83+33=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5321 is #00ACDE. Grayscale: #818181. Windows color (decimal): -44255 or 2184191. OLE color: 2184191.

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

Color convert

RGB 255 83 33 -
CMYK 0 0.67 0.87 0
HSL 13.51º 1% 0.56% -
HSV(B) 13.51º 0.87% 1% -
XYZ 44.61 27.56 4.41 -
YUV 128.73 73.98 218.07 -
System Red Green Blue C M Y K H S L
Decimal 255 83 33 0 0.67 0.87 0 13.51 1 0.56
Hex FF 53 21 0 43 57 0 E 64 38
Octal 377 123 41 0 103 127 0 16 144 70
Binary 11111111 1010011 100001 0 1000011 1010111 0 1110 1100100 111000

Color Harmonies of #FF5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5321

Black with #FF5321

Text Example


Text Example

White with #FF5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5321; }

 p { color: rgb(255,83,33); }

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

background-color css

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

 a { background-color: rgb(255,83,33); }

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

border-color css

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

 span { border-color: rgb(255,83,33); }

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