Html Css Color HEX #FC6123 Outrageous Orange

📋 copy color: '#FC6123'

red 252 ◦ green 97 ◦ blue 35

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

Shades of Outrageous Orange #FC6123

Tints of Outrageous Orange #FC6123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.11%

R = 65.63%
G = 25.26%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6123 (or 0xFC6123) is known color: Outrageous Orange. HEX triplet: FC, 61 and 23. RGB value is (252,97,35). Sum of RGB (Red+Green+Blue) = 252+97+35=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6123 is #039EDC. Grayscale: #888888. Windows color (decimal): -237277 or 2318844. OLE color: 2318844.

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

Color convert

RGB 252 97 35 -
CMYK 0 0.62 0.86 0.01
HSL 17.14º 0.97% 0.56% -
HSV(B) 17.14º 0.86% 0.99% -
XYZ 44.72 29.37 4.9 -
YUV 136.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 252 97 35 0 0.62 0.86 0.01 17.14 0.97 0.56
Hex FC 61 23 0 3E 56 1 11 61 38
Octal 374 141 43 0 76 126 1 21 141 70
Binary 11111100 1100001 100011 0 111110 1010110 1 10001 1100001 111000

Color Harmonies of #FC6123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6123

Black with #FC6123

Text Example


Text Example

White with #FC6123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6123; }

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

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

background-color css

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

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

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

border-color css

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

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

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