Html Css Color HEX #FC3900 Orange Red

📋 copy color: '#FC3900'

red 252 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #FC3900

Tints of Orange Red #FC3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.55%
G = 18.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC3900 (or 0xFC3900) is known color: Orange Red. HEX triplet: FC, 39 and 00. RGB value is (252,57,0). Sum of RGB (Red+Green+Blue) = 252+57+0=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3900 is #03C6FF. Grayscale: #6D6D6D. Windows color (decimal): -247552 or 14844. OLE color: 14844.

HSL color Cylindrical-coordinate representation of color #FC3900: hue angle of 13.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3900 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 57 0 -
CMYK 0 0.77 1 0.01
HSL 13.57º 1% 0.49% -
HSV(B) 13.57º 1% 0.99% -
XYZ 41.61 23.62 2.37 -
YUV 108.81 66.6 230.13 -
System Red Green Blue C M Y K H S L
Decimal 252 57 0 0 0.77 1 0.01 13.57 1 0.49
Hex FC 39 0 0 4D 64 1 E 64 31
Octal 374 71 0 0 115 144 1 16 144 61
Binary 11111100 111001 0 0 1001101 1100100 1 1110 1100100 110001

Color Harmonies of #FC3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3900

Black with #FC3900

Text Example


Text Example

White with #FC3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3900; }

 p { color: rgb(252,57,0); }

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

background-color css

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

 a { background-color: rgb(252,57,0); }

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

border-color css

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

 span { border-color: rgb(252,57,0); }

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