Html Css Color HEX #FC4314 Orange Red

📋 copy color: '#FC4314'

red 252 ◦ green 67 ◦ blue 20

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

Shades of Orange Red #FC4314

Tints of Orange Red #FC4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 74.34%
G = 19.76%
B = 5.9%

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

#FC4314 (or 0xFC4314) is known color: Orange Red. HEX triplet: FC, 43 and 14. RGB value is (252,67,20). Sum of RGB (Red+Green+Blue) = 252+67+20=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4314 is #03BCEB. Grayscale: #757575. Windows color (decimal): -244972 or 1328124. OLE color: 1328124.

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

Color convert

RGB 252 67 20 -
CMYK 0 0.73 0.92 0.01
HSL 12.16º 0.97% 0.53% -
HSV(B) 12.16º 0.92% 0.99% -
XYZ 42.28 24.76 3.21 -
YUV 116.96 73.29 224.32 -
System Red Green Blue C M Y K H S L
Decimal 252 67 20 0 0.73 0.92 0.01 12.16 0.97 0.53
Hex FC 43 14 0 49 5C 1 C 61 35
Octal 374 103 24 0 111 134 1 14 141 65
Binary 11111100 1000011 10100 0 1001001 1011100 1 1100 1100001 110101

Color Harmonies of #FC4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4314

Black with #FC4314

Text Example


Text Example

White with #FC4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4314; }

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

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

background-color css

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

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

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

border-color css

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

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

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