Html Css Color HEX #FC6031 Outrageous Orange

📋 copy color: '#FC6031'

red 252 ◦ green 96 ◦ blue 49

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

Shades of Outrageous Orange #FC6031

Tints of Outrageous Orange #FC6031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.34%

R = 63.48%
G = 24.18%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6031 (or 0xFC6031) is known color: Outrageous Orange. HEX triplet: FC, 60 and 31. RGB value is (252,96,49). Sum of RGB (Red+Green+Blue) = 252+96+49=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6031 is #039FCE. Grayscale: #898989. Windows color (decimal): -237519 or 3236092. OLE color: 3236092.

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

Color convert

RGB 252 96 49 -
CMYK 0 0.62 0.81 0.01
HSL 13.89º 0.97% 0.59% -
HSV(B) 13.89º 0.81% 0.99% -
XYZ 44.88 29.28 6.19 -
YUV 137.29 78.18 209.82 -
System Red Green Blue C M Y K H S L
Decimal 252 96 49 0 0.62 0.81 0.01 13.89 0.97 0.59
Hex FC 60 31 0 3E 51 1 E 61 3B
Octal 374 140 61 0 76 121 1 16 141 73
Binary 11111100 1100000 110001 0 111110 1010001 1 1110 1100001 111011

Color Harmonies of #FC6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6031

Black with #FC6031

Text Example


Text Example

White with #FC6031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6031; }

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

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

background-color css

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

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

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

border-color css

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

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

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