Html Css Color HEX #FC6232 Outrageous Orange

📋 copy color: '#FC6232'

red 252 ◦ green 98 ◦ blue 50

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

Shades of Outrageous Orange #FC6232

Tints of Outrageous Orange #FC6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

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

R = 63%
G = 24.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC6232 (or 0xFC6232) is known color: Outrageous Orange. HEX triplet: FC, 62 and 32. RGB value is (252,98,50). Sum of RGB (Red+Green+Blue) = 252+98+50=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6232 is #039DCD. Grayscale: #8A8A8A. Windows color (decimal): -237006 or 3302140. OLE color: 3302140.

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

Color convert

RGB 252 98 50 -
CMYK 0 0.61 0.80 0.01
HSL 14.26º 0.97% 0.59% -
HSV(B) 14.26º 0.8% 0.99% -
XYZ 45.09 29.66 6.37 -
YUV 138.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 252 98 50 0 0.61 0.80 0.01 14.26 0.97 0.59
Hex FC 62 32 0 3D 50 1 E 61 3B
Octal 374 142 62 0 75 120 1 16 141 73
Binary 11111100 1100010 110010 0 111101 1010000 1 1110 1100001 111011

Color Harmonies of #FC6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6232

Black with #FC6232

Text Example


Text Example

White with #FC6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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