Html Css Color HEX #FC301E Red Orange

📋 copy color: '#FC301E'

red 252 ◦ green 48 ◦ blue 30

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

Shades of Red Orange #FC301E

Tints of Red Orange #FC301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 76.36%
G = 14.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC301E (or 0xFC301E) is known color: Red Orange. HEX triplet: FC, 30 and 1E. RGB value is (252,48,30). Sum of RGB (Red+Green+Blue) = 252+48+30=330 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.36% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 252 - color contains mainly: red. Hex color #FC301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC301E is #03CFE1. Grayscale: #6B6B6B. Windows color (decimal): -249826 or 1978620. OLE color: 1978620.

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

Color convert

RGB 252 48 30 -
CMYK 0 0.81 0.88 0.01
HSL 4.86º 0.97% 0.55% -
HSV(B) 4.86º 0.88% 0.99% -
XYZ 41.44 22.9 3.47 -
YUV 106.94 84.59 231.46 -
System Red Green Blue C M Y K H S L
Decimal 252 48 30 0 0.81 0.88 0.01 4.86 0.97 0.55
Hex FC 30 1E 0 51 58 1 5 61 37
Octal 374 60 36 0 121 130 1 5 141 67
Binary 11111100 110000 11110 0 1010001 1011000 1 101 1100001 110111

Color Harmonies of #FC301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC301E

Black with #FC301E

Text Example


Text Example

White with #FC301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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