Html Css Color HEX #FC6532 Outrageous Orange

📋 copy color: '#FC6532'

red 252 ◦ green 101 ◦ blue 50

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

Shades of Outrageous Orange #FC6532

Tints of Outrageous Orange #FC6532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 62.53%
G = 25.06%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC6532 (or 0xFC6532) is known color: Outrageous Orange. HEX triplet: FC, 65 and 32. RGB value is (252,101,50). Sum of RGB (Red+Green+Blue) = 252+101+50=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6532 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6532 is #039ACD. Grayscale: #8C8C8C. Windows color (decimal): -236238 or 3302908. OLE color: 3302908.

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

Color convert

RGB 252 101 50 -
CMYK 0 0.60 0.80 0.01
HSL 15.15º 0.97% 0.59% -
HSV(B) 15.15º 0.8% 0.99% -
XYZ 45.37 30.23 6.46 -
YUV 140.34 77.03 207.65 -
System Red Green Blue C M Y K H S L
Decimal 252 101 50 0 0.60 0.80 0.01 15.15 0.97 0.59
Hex FC 65 32 0 3C 50 1 F 61 3B
Octal 374 145 62 0 74 120 1 17 141 73
Binary 11111100 1100101 110010 0 111100 1010000 1 1111 1100001 111011

Color Harmonies of #FC6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6532

Black with #FC6532

Text Example


Text Example

White with #FC6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6532; }

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

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

background-color css

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

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

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

border-color css

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

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

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