Html Css Color HEX #FC4614 Orange Red

📋 copy color: '#FC4614'

red 252 ◦ green 70 ◦ blue 20

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

Shades of Orange Red #FC4614

Tints of Orange Red #FC4614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 73.68%
G = 20.47%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4614 (or 0xFC4614) is known color: Orange Red. HEX triplet: FC, 46 and 14. RGB value is (252,70,20). Sum of RGB (Red+Green+Blue) = 252+70+20=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4614 is #03B9EB. Grayscale: #777777. Windows color (decimal): -244204 or 1328892. OLE color: 1328892.

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

Color convert

RGB 252 70 20 -
CMYK 0 0.72 0.92 0.01
HSL 12.93º 0.97% 0.53% -
HSV(B) 12.93º 0.92% 0.99% -
XYZ 42.46 25.13 3.27 -
YUV 118.72 72.3 223.07 -
System Red Green Blue C M Y K H S L
Decimal 252 70 20 0 0.72 0.92 0.01 12.93 0.97 0.53
Hex FC 46 14 0 48 5C 1 D 61 35
Octal 374 106 24 0 110 134 1 15 141 65
Binary 11111100 1000110 10100 0 1001000 1011100 1 1101 1100001 110101

Color Harmonies of #FC4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4614

Black with #FC4614

Text Example


Text Example

White with #FC4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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