Html Css Color HEX #FC370D Orange Red

📋 copy color: '#FC370D'

red 252 ◦ green 55 ◦ blue 13

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

Shades of Orange Red #FC370D

Tints of Orange Red #FC370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.19%

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 78.75%
G = 17.19%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC370D (or 0xFC370D) is known color: Orange Red. HEX triplet: FC, 37 and 0D. RGB value is (252,55,13). Sum of RGB (Red+Green+Blue) = 252+55+13=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC370D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC370D is #03C8F2. Grayscale: #6D6D6D. Windows color (decimal): -248051 or 866300. OLE color: 866300.

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

Color convert

RGB 252 55 13 -
CMYK 0 0.78 0.95 0.01
HSL 10.54º 0.98% 0.52% -
HSV(B) 10.54º 0.95% 0.99% -
XYZ 41.58 23.46 2.72 -
YUV 109.12 73.77 229.92 -
System Red Green Blue C M Y K H S L
Decimal 252 55 13 0 0.78 0.95 0.01 10.54 0.98 0.52
Hex FC 37 D 0 4E 5F 1 B 62 34
Octal 374 67 15 0 116 137 1 13 142 64
Binary 11111100 110111 1101 0 1001110 1011111 1 1011 1100010 110100

Color Harmonies of #FC370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC370D

Black with #FC370D

Text Example


Text Example

White with #FC370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC370D; }

 p { color: rgb(252,55,13); }

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

background-color css

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

 a { background-color: rgb(252,55,13); }

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

border-color css

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

 span { border-color: rgb(252,55,13); }

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