Html Css Color HEX #FC6224 Outrageous Orange

📋 copy color: '#FC6224'

red 252 ◦ green 98 ◦ blue 36

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

Shades of Outrageous Orange #FC6224

Tints of Outrageous Orange #FC6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.33%

R = 65.28%
G = 25.39%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6224 (or 0xFC6224) is known color: Outrageous Orange. HEX triplet: FC, 62 and 24. RGB value is (252,98,36). Sum of RGB (Red+Green+Blue) = 252+98+36=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6224 is #039DDB. Grayscale: #898989. Windows color (decimal): -237020 or 2384636. OLE color: 2384636.

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

Color convert

RGB 252 98 36 -
CMYK 0 0.61 0.86 0.01
HSL 17.22º 0.97% 0.56% -
HSV(B) 17.22º 0.86% 0.99% -
XYZ 44.83 29.56 5.01 -
YUV 136.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 252 98 36 0 0.61 0.86 0.01 17.22 0.97 0.56
Hex FC 62 24 0 3D 56 1 11 61 38
Octal 374 142 44 0 75 126 1 21 141 70
Binary 11111100 1100010 100100 0 111101 1010110 1 10001 1100001 111000

Color Harmonies of #FC6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6224

Black with #FC6224

Text Example


Text Example

White with #FC6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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