Html Css Color HEX #FC3811 Orange Red

📋 copy color: '#FC3811'

red 252 ◦ green 56 ◦ blue 17

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

Shades of Orange Red #FC3811

Tints of Orange Red #FC3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.23%

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 77.54%
G = 17.23%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC3811 (or 0xFC3811) is known color: Orange Red. HEX triplet: FC, 38 and 11. RGB value is (252,56,17). Sum of RGB (Red+Green+Blue) = 252+56+17=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3811 is #03C7EE. Grayscale: #6E6E6E. Windows color (decimal): -247791 or 1128700. OLE color: 1128700.

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

Color convert

RGB 252 56 17 -
CMYK 0 0.78 0.93 0.01
HSL 9.96º 0.98% 0.53% -
HSV(B) 9.96º 0.93% 0.99% -
XYZ 41.66 23.56 2.88 -
YUV 110.16 75.43 229.17 -
System Red Green Blue C M Y K H S L
Decimal 252 56 17 0 0.78 0.93 0.01 9.96 0.98 0.53
Hex FC 38 11 0 4E 5D 1 A 62 35
Octal 374 70 21 0 116 135 1 12 142 65
Binary 11111100 111000 10001 0 1001110 1011101 1 1010 1100010 110101

Color Harmonies of #FC3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3811

Black with #FC3811

Text Example


Text Example

White with #FC3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3811; }

 p { color: rgb(252,56,17); }

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

background-color css

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

 a { background-color: rgb(252,56,17); }

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

border-color css

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

 span { border-color: rgb(252,56,17); }

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