Html Css Color HEX #FC4013 Orange Red

📋 copy color: '#FC4013'

red 252 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #FC4013

Tints of Orange Red #FC4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

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

R = 75.22%
G = 19.1%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4013 (or 0xFC4013) is known color: Orange Red. HEX triplet: FC, 40 and 13. RGB value is (252,64,19). Sum of RGB (Red+Green+Blue) = 252+64+19=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4013 is #03BFEC. Grayscale: #737373. Windows color (decimal): -245741 or 1261820. OLE color: 1261820.

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

Color convert

RGB 252 64 19 -
CMYK 0 0.75 0.92 0.01
HSL 11.59º 0.97% 0.53% -
HSV(B) 11.59º 0.92% 0.99% -
XYZ 42.1 24.41 3.11 -
YUV 115.08 73.78 225.66 -
System Red Green Blue C M Y K H S L
Decimal 252 64 19 0 0.75 0.92 0.01 11.59 0.97 0.53
Hex FC 40 13 0 4B 5C 1 C 61 35
Octal 374 100 23 0 113 134 1 14 141 65
Binary 11111100 1000000 10011 0 1001011 1011100 1 1100 1100001 110101

Color Harmonies of #FC4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4013

Black with #FC4013

Text Example


Text Example

White with #FC4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4013; }

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

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

background-color css

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

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

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

border-color css

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

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

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