Html Css Color HEX #FC6329 Outrageous Orange

📋 copy color: '#FC6329'

red 252 ◦ green 99 ◦ blue 41

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

Shades of Outrageous Orange #FC6329

Tints of Outrageous Orange #FC6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.26%

 BLUE value IS 41 (16.41% from 255) = 10.46%

R = 64.29%
G = 25.26%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6329 (or 0xFC6329) is known color: Outrageous Orange. HEX triplet: FC, 63 and 29. RGB value is (252,99,41). Sum of RGB (Red+Green+Blue) = 252+99+41=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6329 is #039CD6. Grayscale: #8A8A8A. Windows color (decimal): -236759 or 2712572. OLE color: 2712572.

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

Color convert

RGB 252 99 41 -
CMYK 0 0.61 0.84 0.01
HSL 16.49º 0.97% 0.57% -
HSV(B) 16.49º 0.84% 0.99% -
XYZ 45.01 29.78 5.47 -
YUV 138.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 252 99 41 0 0.61 0.84 0.01 16.49 0.97 0.57
Hex FC 63 29 0 3D 54 1 10 61 39
Octal 374 143 51 0 75 124 1 20 141 71
Binary 11111100 1100011 101001 0 111101 1010100 1 10000 1100001 111001

Color Harmonies of #FC6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6329

Black with #FC6329

Text Example


Text Example

White with #FC6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6329; }

 p { color: rgb(252,99,41); }

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

background-color css

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

 a { background-color: rgb(252,99,41); }

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

border-color css

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

 span { border-color: rgb(252,99,41); }

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