Html Css Color HEX #FC5132 Outrageous Orange

📋 copy color: '#FC5132'

red 252 ◦ green 81 ◦ blue 50

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

Shades of Outrageous Orange #FC5132

Tints of Outrageous Orange #FC5132

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

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

R = 65.8%
G = 21.15%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC5132 (or 0xFC5132) is known color: Outrageous Orange. HEX triplet: FC, 51 and 32. RGB value is (252,81,50). Sum of RGB (Red+Green+Blue) = 252+81+50=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5132 is #03AECD. Grayscale: #808080. Windows color (decimal): -241358 or 3297788. OLE color: 3297788.

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

Color convert

RGB 252 81 50 -
CMYK 0 0.68 0.80 0.01
HSL 9.21º 0.97% 0.59% -
HSV(B) 9.21º 0.8% 0.99% -
XYZ 43.66 26.81 5.89 -
YUV 128.6 83.65 216.02 -
System Red Green Blue C M Y K H S L
Decimal 252 81 50 0 0.68 0.80 0.01 9.21 0.97 0.59
Hex FC 51 32 0 44 50 1 9 61 3B
Octal 374 121 62 0 104 120 1 11 141 73
Binary 11111100 1010001 110010 0 1000100 1010000 1 1001 1100001 111011

Color Harmonies of #FC5132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5132

Black with #FC5132

Text Example


Text Example

White with #FC5132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5132; }

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

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

background-color css

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

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

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

border-color css

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

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

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