Html Css Color HEX #FC5636 Outrageous Orange

📋 copy color: '#FC5636'

red 252 ◦ green 86 ◦ blue 54

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

Shades of Outrageous Orange #FC5636

Tints of Outrageous Orange #FC5636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

 BLUE value IS 54 (21.48% from 255) = 13.78%

R = 64.29%
G = 21.94%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC5636 (or 0xFC5636) is known color: Outrageous Orange. HEX triplet: FC, 56 and 36. RGB value is (252,86,54). Sum of RGB (Red+Green+Blue) = 252+86+54=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5636 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5636 is #03A9C9. Grayscale: #848484. Windows color (decimal): -240074 or 3561212. OLE color: 3561212.

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

Color convert

RGB 252 86 54 -
CMYK 0 0.66 0.79 0.01
HSL 9.7º 0.97% 0.6% -
HSV(B) 9.7º 0.79% 0.99% -
XYZ 44.14 27.62 6.49 -
YUV 131.99 84 213.6 -
System Red Green Blue C M Y K H S L
Decimal 252 86 54 0 0.66 0.79 0.01 9.7 0.97 0.6
Hex FC 56 36 0 42 4F 1 A 61 3C
Octal 374 126 66 0 102 117 1 12 141 74
Binary 11111100 1010110 110110 0 1000010 1001111 1 1010 1100001 111100

Color Harmonies of #FC5636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5636

Black with #FC5636

Text Example


Text Example

White with #FC5636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5636; }

 p { color: rgb(252,86,54); }

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

background-color css

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

 a { background-color: rgb(252,86,54); }

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

border-color css

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

 span { border-color: rgb(252,86,54); }

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