Html Css Color HEX #FC5324 Outrageous Orange

📋 copy color: '#FC5324'

red 252 ◦ green 83 ◦ blue 36

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

Shades of Outrageous Orange #FC5324

Tints of Outrageous Orange #FC5324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 67.92%
G = 22.37%
B = 9.7%

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

#FC5324 (or 0xFC5324) is known color: Outrageous Orange. HEX triplet: FC, 53 and 24. RGB value is (252,83,36). Sum of RGB (Red+Green+Blue) = 252+83+36=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5324 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5324 is #03ACDB. Grayscale: #808080. Windows color (decimal): -240860 or 2380796. OLE color: 2380796.

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

Color convert

RGB 252 83 36 -
CMYK 0 0.67 0.86 0.01
HSL 13.06º 0.97% 0.56% -
HSV(B) 13.06º 0.86% 0.99% -
XYZ 43.56 27.01 4.59 -
YUV 128.17 75.99 216.32 -
System Red Green Blue C M Y K H S L
Decimal 252 83 36 0 0.67 0.86 0.01 13.06 0.97 0.56
Hex FC 53 24 0 43 56 1 D 61 38
Octal 374 123 44 0 103 126 1 15 141 70
Binary 11111100 1010011 100100 0 1000011 1010110 1 1101 1100001 111000

Color Harmonies of #FC5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5324

Black with #FC5324

Text Example


Text Example

White with #FC5324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5324; }

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

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

background-color css

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

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

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

border-color css

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

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

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