Html Css Color HEX #FC5232 Outrageous Orange

📋 copy color: '#FC5232'

red 252 ◦ green 82 ◦ blue 50

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

Shades of Outrageous Orange #FC5232

Tints of Outrageous Orange #FC5232

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 65.63%
G = 21.35%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5232 (or 0xFC5232) is known color: Outrageous Orange. HEX triplet: FC, 52 and 32. RGB value is (252,82,50). Sum of RGB (Red+Green+Blue) = 252+82+50=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5232 is #03ADCD. Grayscale: #818181. Windows color (decimal): -241102 or 3298044. OLE color: 3298044.

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

Color convert

RGB 252 82 50 -
CMYK 0 0.67 0.80 0.01
HSL 9.5º 0.97% 0.59% -
HSV(B) 9.5º 0.8% 0.99% -
XYZ 43.74 26.96 5.92 -
YUV 129.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 252 82 50 0 0.67 0.80 0.01 9.5 0.97 0.59
Hex FC 52 32 0 43 50 1 A 61 3B
Octal 374 122 62 0 103 120 1 12 141 73
Binary 11111100 1010010 110010 0 1000011 1010000 1 1010 1100001 111011

Color Harmonies of #FC5232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5232

Black with #FC5232

Text Example


Text Example

White with #FC5232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5232; }

 p { color: rgb(252,82,50); }

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

background-color css

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

 a { background-color: rgb(252,82,50); }

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

border-color css

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

 span { border-color: rgb(252,82,50); }

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