Html Css Color HEX #FC5323 Outrageous Orange

📋 copy color: '#FC5323'

red 252 ◦ green 83 ◦ blue 35

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

Shades of Outrageous Orange #FC5323

Tints of Outrageous Orange #FC5323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 68.11%
G = 22.43%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC5323 (or 0xFC5323) is known color: Outrageous Orange. HEX triplet: FC, 53 and 23. RGB value is (252,83,35). Sum of RGB (Red+Green+Blue) = 252+83+35=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5323 is #03ACDC. Grayscale: #808080. Windows color (decimal): -240861 or 2315260. OLE color: 2315260.

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

Color convert

RGB 252 83 35 -
CMYK 0 0.67 0.86 0.01
HSL 13.27º 0.97% 0.56% -
HSV(B) 13.27º 0.86% 0.99% -
XYZ 43.54 27 4.51 -
YUV 128.06 75.49 216.4 -
System Red Green Blue C M Y K H S L
Decimal 252 83 35 0 0.67 0.86 0.01 13.27 0.97 0.56
Hex FC 53 23 0 43 56 1 D 61 38
Octal 374 123 43 0 103 126 1 15 141 70
Binary 11111100 1010011 100011 0 1000011 1010110 1 1101 1100001 111000

Color Harmonies of #FC5323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5323

Black with #FC5323

Text Example


Text Example

White with #FC5323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5323; }

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

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

background-color css

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

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

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

border-color css

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

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

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