Html Css Color HEX #FC4313 Orange Red

📋 copy color: '#FC4313'

red 252 ◦ green 67 ◦ blue 19

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

Shades of Orange Red #FC4313

Tints of Orange Red #FC4313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 74.56%
G = 19.82%
B = 5.62%

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

#FC4313 (or 0xFC4313) is known color: Orange Red. HEX triplet: FC, 43 and 13. RGB value is (252,67,19). Sum of RGB (Red+Green+Blue) = 252+67+19=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4313 is #03BCEC. Grayscale: #757575. Windows color (decimal): -244973 or 1262588. OLE color: 1262588.

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

Color convert

RGB 252 67 19 -
CMYK 0 0.73 0.92 0.01
HSL 12.36º 0.97% 0.53% -
HSV(B) 12.36º 0.92% 0.99% -
XYZ 42.27 24.76 3.17 -
YUV 116.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 252 67 19 0 0.73 0.92 0.01 12.36 0.97 0.53
Hex FC 43 13 0 49 5C 1 C 61 35
Octal 374 103 23 0 111 134 1 14 141 65
Binary 11111100 1000011 10011 0 1001001 1011100 1 1100 1100001 110101

Color Harmonies of #FC4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4313

Black with #FC4313

Text Example


Text Example

White with #FC4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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