Html Css Color HEX #FC6122 Outrageous Orange

📋 copy color: '#FC6122'

red 252 ◦ green 97 ◦ blue 34

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

Shades of Outrageous Orange #FC6122

Tints of Outrageous Orange #FC6122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 34 (13.67% from 255) = 8.88%

R = 65.8%
G = 25.33%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6122 (or 0xFC6122) is known color: Outrageous Orange. HEX triplet: FC, 61 and 22. RGB value is (252,97,34). Sum of RGB (Red+Green+Blue) = 252+97+34=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6122 is #039EDD. Grayscale: #888888. Windows color (decimal): -237278 or 2253308. OLE color: 2253308.

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

Color convert

RGB 252 97 34 -
CMYK 0 0.62 0.87 0.01
HSL 17.34º 0.97% 0.56% -
HSV(B) 17.34º 0.87% 0.99% -
XYZ 44.71 29.36 4.82 -
YUV 136.16 70.35 210.62 -
System Red Green Blue C M Y K H S L
Decimal 252 97 34 0 0.62 0.87 0.01 17.34 0.97 0.56
Hex FC 61 22 0 3E 57 1 11 61 38
Octal 374 141 42 0 76 127 1 21 141 70
Binary 11111100 1100001 100010 0 111110 1010111 1 10001 1100001 111000

Color Harmonies of #FC6122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6122

Black with #FC6122

Text Example


Text Example

White with #FC6122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6122; }

 p { color: rgb(252,97,34); }

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

background-color css

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

 a { background-color: rgb(252,97,34); }

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

border-color css

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

 span { border-color: rgb(252,97,34); }

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