Html Css Color HEX #FC4514 Orange Red

📋 copy color: '#FC4514'

red 252 ◦ green 69 ◦ blue 20

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

Shades of Orange Red #FC4514

Tints of Orange Red #FC4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.23%

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

R = 73.9%
G = 20.23%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4514 (or 0xFC4514) is known color: Orange Red. HEX triplet: FC, 45 and 14. RGB value is (252,69,20). Sum of RGB (Red+Green+Blue) = 252+69+20=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4514 is #03BAEB. Grayscale: #767676. Windows color (decimal): -244460 or 1328636. OLE color: 1328636.

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

Color convert

RGB 252 69 20 -
CMYK 0 0.73 0.92 0.01
HSL 12.67º 0.97% 0.53% -
HSV(B) 12.67º 0.92% 0.99% -
XYZ 42.4 25 3.25 -
YUV 118.13 72.63 223.48 -
System Red Green Blue C M Y K H S L
Decimal 252 69 20 0 0.73 0.92 0.01 12.67 0.97 0.53
Hex FC 45 14 0 49 5C 1 D 61 35
Octal 374 105 24 0 111 134 1 15 141 65
Binary 11111100 1000101 10100 0 1001001 1011100 1 1101 1100001 110101

Color Harmonies of #FC4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4514

Black with #FC4514

Text Example


Text Example

White with #FC4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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