Html Css Color HEX #FC6032 Outrageous Orange

📋 copy color: '#FC6032'

red 252 ◦ green 96 ◦ blue 50

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

Shades of Outrageous Orange #FC6032

Tints of Outrageous Orange #FC6032

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

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

R = 63.32%
G = 24.12%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC6032 (or 0xFC6032) is known color: Outrageous Orange. HEX triplet: FC, 60 and 32. RGB value is (252,96,50). Sum of RGB (Red+Green+Blue) = 252+96+50=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 50 (19.92% from 255 or 12.56% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6032 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6032 is #039FCD. Grayscale: #898989. Windows color (decimal): -237518 or 3301628. OLE color: 3301628.

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

Color convert

RGB 252 96 50 -
CMYK 0 0.62 0.80 0.01
HSL 13.66º 0.97% 0.59% -
HSV(B) 13.66º 0.8% 0.99% -
XYZ 44.9 29.29 6.3 -
YUV 137.4 78.68 209.74 -
System Red Green Blue C M Y K H S L
Decimal 252 96 50 0 0.62 0.80 0.01 13.66 0.97 0.59
Hex FC 60 32 0 3E 50 1 E 61 3B
Octal 374 140 62 0 76 120 1 16 141 73
Binary 11111100 1100000 110010 0 111110 1010000 1 1110 1100001 111011

Color Harmonies of #FC6032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6032

Black with #FC6032

Text Example


Text Example

White with #FC6032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6032; }

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

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

background-color css

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

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

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

border-color css

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

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

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