Html Css Color HEX #FC4600 Orange Red

📋 copy color: '#FC4600'

red 252 ◦ green 70 ◦ blue 0

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

Shades of Orange Red #FC4600

Tints of Orange Red #FC4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.26%
G = 21.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC4600 (or 0xFC4600) is known color: Orange Red. HEX triplet: FC, 46 and 00. RGB value is (252,70,0). Sum of RGB (Red+Green+Blue) = 252+70+0=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4600 is #03B9FF. Grayscale: #747474. Windows color (decimal): -244224 or 18172. OLE color: 18172.

HSL color Cylindrical-coordinate representation of color #FC4600: hue angle of 16.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC4600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 70 0 -
CMYK 0 0.72 1 0.01
HSL 16.67º 1% 0.49% -
HSV(B) 16.67º 1% 0.99% -
XYZ 42.34 25.08 2.61 -
YUV 116.44 62.3 224.69 -
System Red Green Blue C M Y K H S L
Decimal 252 70 0 0 0.72 1 0.01 16.67 1 0.49
Hex FC 46 0 0 48 64 1 11 64 31
Octal 374 106 0 0 110 144 1 21 144 61
Binary 11111100 1000110 0 0 1001000 1100100 1 10001 1100100 110001

Color Harmonies of #FC4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4600

Black with #FC4600

Text Example


Text Example

White with #FC4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4600; }

 p { color: rgb(252,70,0); }

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

background-color css

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

 a { background-color: rgb(252,70,0); }

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

border-color css

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

 span { border-color: rgb(252,70,0); }

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