Html Css Color HEX #FC301B Red Orange

📋 copy color: '#FC301B'

red 252 ◦ green 48 ◦ blue 27

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

Shades of Red Orange #FC301B

Tints of Red Orange #FC301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.26%

R = 77.06%
G = 14.68%
B = 8.26%

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

#FC301B (or 0xFC301B) is known color: Red Orange. HEX triplet: FC, 30 and 1B. RGB value is (252,48,27). Sum of RGB (Red+Green+Blue) = 252+48+27=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC301B is #03CFE4. Grayscale: #6A6A6A. Windows color (decimal): -249829 or 1782012. OLE color: 1782012.

HSL color Cylindrical-coordinate representation of color #FC301B: hue angle of 5.6º 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 #FC301B is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 48 27 -
CMYK 0 0.81 0.89 0.01
HSL 5.6º 0.97% 0.55% -
HSV(B) 5.6º 0.89% 0.99% -
XYZ 41.4 22.89 3.27 -
YUV 106.6 83.09 231.71 -
System Red Green Blue C M Y K H S L
Decimal 252 48 27 0 0.81 0.89 0.01 5.6 0.97 0.55
Hex FC 30 1B 0 51 59 1 6 61 37
Octal 374 60 33 0 121 131 1 6 141 67
Binary 11111100 110000 11011 0 1010001 1011001 1 110 1100001 110111

Color Harmonies of #FC301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC301B

Black with #FC301B

Text Example


Text Example

White with #FC301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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