Html Css Color HEX #FC301C Red Orange

📋 copy color: '#FC301C'

red 252 ◦ green 48 ◦ blue 28

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

Shades of Red Orange #FC301C

Tints of Red Orange #FC301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 28 (11.33% from 255) = 8.54%

R = 76.83%
G = 14.63%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC301C (or 0xFC301C) is known color: Red Orange. HEX triplet: FC, 30 and 1C. RGB value is (252,48,28). Sum of RGB (Red+Green+Blue) = 252+48+28=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC301C is #03CFE3. Grayscale: #6A6A6A. Windows color (decimal): -249828 or 1847548. OLE color: 1847548.

HSL color Cylindrical-coordinate representation of color #FC301C: hue angle of 5.36º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC301C is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 48 28 -
CMYK 0 0.81 0.89 0.01
HSL 5.36º 0.97% 0.55% -
HSV(B) 5.36º 0.89% 0.99% -
XYZ 41.41 22.89 3.33 -
YUV 106.72 83.59 231.63 -
System Red Green Blue C M Y K H S L
Decimal 252 48 28 0 0.81 0.89 0.01 5.36 0.97 0.55
Hex FC 30 1C 0 51 59 1 5 61 37
Octal 374 60 34 0 121 131 1 5 141 67
Binary 11111100 110000 11100 0 1010001 1011001 1 101 1100001 110111

Color Harmonies of #FC301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC301C

Black with #FC301C

Text Example


Text Example

White with #FC301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC301C; }

 p { color: rgb(252,48,28); }

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

background-color css

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

 a { background-color: rgb(252,48,28); }

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

border-color css

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

 span { border-color: rgb(252,48,28); }

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