Html Css Color HEX #FC6229 Outrageous Orange

📋 copy color: '#FC6229'

red 252 ◦ green 98 ◦ blue 41

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

Shades of Outrageous Orange #FC6229

Tints of Outrageous Orange #FC6229

RGB

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

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

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

R = 64.45%
G = 25.06%
B = 10.49%

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

#FC6229 (or 0xFC6229) is known color: Outrageous Orange. HEX triplet: FC, 62 and 29. RGB value is (252,98,41). Sum of RGB (Red+Green+Blue) = 252+98+41=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6229 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6229 is #039DD6. Grayscale: #898989. Windows color (decimal): -237015 or 2712316. OLE color: 2712316.

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

Color convert

RGB 252 98 41 -
CMYK 0 0.61 0.84 0.01
HSL 16.21º 0.97% 0.57% -
HSV(B) 16.21º 0.84% 0.99% -
XYZ 44.91 29.59 5.44 -
YUV 137.55 73.52 209.63 -
System Red Green Blue C M Y K H S L
Decimal 252 98 41 0 0.61 0.84 0.01 16.21 0.97 0.57
Hex FC 62 29 0 3D 54 1 10 61 39
Octal 374 142 51 0 75 124 1 20 141 71
Binary 11111100 1100010 101001 0 111101 1010100 1 10000 1100001 111001

Color Harmonies of #FC6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6229

Black with #FC6229

Text Example


Text Example

White with #FC6229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6229; }

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

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

background-color css

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

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

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

border-color css

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

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

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