Html Css Color HEX #FC6227 Outrageous Orange

📋 copy color: '#FC6227'

red 252 ◦ green 98 ◦ blue 39

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

Shades of Outrageous Orange #FC6227

Tints of Outrageous Orange #FC6227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.03%

R = 64.78%
G = 25.19%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6227 (or 0xFC6227) is known color: Outrageous Orange. HEX triplet: FC, 62 and 27. RGB value is (252,98,39). Sum of RGB (Red+Green+Blue) = 252+98+39=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 39 (15.62% from 255 or 10.03% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6227 is #039DD8. Grayscale: #898989. Windows color (decimal): -237017 or 2581244. OLE color: 2581244.

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

Color convert

RGB 252 98 39 -
CMYK 0 0.61 0.85 0.01
HSL 16.62º 0.97% 0.57% -
HSV(B) 16.62º 0.85% 0.99% -
XYZ 44.88 29.58 5.26 -
YUV 137.32 72.52 209.8 -
System Red Green Blue C M Y K H S L
Decimal 252 98 39 0 0.61 0.85 0.01 16.62 0.97 0.57
Hex FC 62 27 0 3D 55 1 11 61 39
Octal 374 142 47 0 75 125 1 21 141 71
Binary 11111100 1100010 100111 0 111101 1010101 1 10001 1100001 111001

Color Harmonies of #FC6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6227

Black with #FC6227

Text Example


Text Example

White with #FC6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6227; }

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

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

background-color css

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

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

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

border-color css

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

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

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