Html Css Color HEX #FC6631 Outrageous Orange

📋 copy color: '#FC6631'

red 252 ◦ green 102 ◦ blue 49

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

Shades of Outrageous Orange #FC6631

Tints of Outrageous Orange #FC6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.31%

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

R = 62.53%
G = 25.31%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC6631 (or 0xFC6631) is known color: Outrageous Orange. HEX triplet: FC, 66 and 31. RGB value is (252,102,49). Sum of RGB (Red+Green+Blue) = 252+102+49=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6631 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6631 is #0399CE. Grayscale: #8D8D8D. Windows color (decimal): -235983 or 3237628. OLE color: 3237628.

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

Color convert

RGB 252 102 49 -
CMYK 0 0.60 0.81 0.01
HSL 15.67º 0.97% 0.59% -
HSV(B) 15.67º 0.81% 0.99% -
XYZ 45.45 30.42 6.38 -
YUV 140.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 252 102 49 0 0.60 0.81 0.01 15.67 0.97 0.59
Hex FC 66 31 0 3C 51 1 10 61 3B
Octal 374 146 61 0 74 121 1 20 141 73
Binary 11111100 1100110 110001 0 111100 1010001 1 10000 1100001 111011

Color Harmonies of #FC6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6631

Black with #FC6631

Text Example


Text Example

White with #FC6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6631; }

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

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

background-color css

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

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

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

border-color css

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

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

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