Html Css Color HEX #FC6020 Outrageous Orange

📋 copy color: '#FC6020'

red 252 ◦ green 96 ◦ blue 32

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

Shades of Outrageous Orange #FC6020

Tints of Outrageous Orange #FC6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 32 (12.89% from 255) = 8.42%

R = 66.32%
G = 25.26%
B = 8.42%

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

#FC6020 (or 0xFC6020) is known color: Outrageous Orange. HEX triplet: FC, 60 and 20. RGB value is (252,96,32). Sum of RGB (Red+Green+Blue) = 252+96+32=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6020 is #039FDF. Grayscale: #878787. Windows color (decimal): -237536 or 2121980. OLE color: 2121980.

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

Color convert

RGB 252 96 32 -
CMYK 0 0.62 0.87 0.01
HSL 17.45º 0.97% 0.56% -
HSV(B) 17.45º 0.87% 0.99% -
XYZ 44.59 29.17 4.65 -
YUV 135.35 69.68 211.2 -
System Red Green Blue C M Y K H S L
Decimal 252 96 32 0 0.62 0.87 0.01 17.45 0.97 0.56
Hex FC 60 20 0 3E 57 1 11 61 38
Octal 374 140 40 0 76 127 1 21 141 70
Binary 11111100 1100000 100000 0 111110 1010111 1 10001 1100001 111000

Color Harmonies of #FC6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6020

Black with #FC6020

Text Example


Text Example

White with #FC6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6020; }

 p { color: rgb(252,96,32); }

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

background-color css

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

 a { background-color: rgb(252,96,32); }

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

border-color css

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

 span { border-color: rgb(252,96,32); }

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