Html Css Color HEX #FC301F Red Orange

📋 copy color: '#FC301F'

red 252 ◦ green 48 ◦ blue 31

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

Shades of Red Orange #FC301F

Tints of Red Orange #FC301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 76.13%
G = 14.5%
B = 9.37%

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

#FC301F (or 0xFC301F) is known color: Red Orange. HEX triplet: FC, 30 and 1F. RGB value is (252,48,31). Sum of RGB (Red+Green+Blue) = 252+48+31=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC301F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC301F is #03CFE0. Grayscale: #6B6B6B. Windows color (decimal): -249825 or 2044156. OLE color: 2044156.

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

Color convert

RGB 252 48 31 -
CMYK 0 0.81 0.88 0.01
HSL 4.62º 0.97% 0.55% -
HSV(B) 4.62º 0.88% 0.99% -
XYZ 41.45 22.91 3.53 -
YUV 107.06 85.09 231.38 -
System Red Green Blue C M Y K H S L
Decimal 252 48 31 0 0.81 0.88 0.01 4.62 0.97 0.55
Hex FC 30 1F 0 51 58 1 5 61 37
Octal 374 60 37 0 121 130 1 5 141 67
Binary 11111100 110000 11111 0 1010001 1011000 1 101 1100001 110111

Color Harmonies of #FC301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC301F

Black with #FC301F

Text Example


Text Example

White with #FC301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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