Html Css Color HEX #FC5322 Outrageous Orange

📋 copy color: '#FC5322'

red 252 ◦ green 83 ◦ blue 34

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

Shades of Outrageous Orange #FC5322

Tints of Outrageous Orange #FC5322

RGB

 RED value IS 252 (98.83% from 255) = 68.29%

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

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

R = 68.29%
G = 22.49%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC5322 (or 0xFC5322) is known color: Outrageous Orange. HEX triplet: FC, 53 and 22. RGB value is (252,83,34). Sum of RGB (Red+Green+Blue) = 252+83+34=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5322 is #03ACDD. Grayscale: #808080. Windows color (decimal): -240862 or 2249724. OLE color: 2249724.

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

Color convert

RGB 252 83 34 -
CMYK 0 0.67 0.87 0.01
HSL 13.49º 0.97% 0.56% -
HSV(B) 13.49º 0.87% 0.99% -
XYZ 43.53 27 4.43 -
YUV 127.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 252 83 34 0 0.67 0.87 0.01 13.49 0.97 0.56
Hex FC 53 22 0 43 57 1 D 61 38
Octal 374 123 42 0 103 127 1 15 141 70
Binary 11111100 1010011 100010 0 1000011 1010111 1 1101 1100001 111000

Color Harmonies of #FC5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5322

Black with #FC5322

Text Example


Text Example

White with #FC5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5322; }

 p { color: rgb(252,83,34); }

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

background-color css

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

 a { background-color: rgb(252,83,34); }

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

border-color css

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

 span { border-color: rgb(252,83,34); }

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