Html Css Color HEX #FC301D Red Orange

📋 copy color: '#FC301D'

red 252 ◦ green 48 ◦ blue 29

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

Shades of Red Orange #FC301D

Tints of Red Orange #FC301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 76.6%
G = 14.59%
B = 8.81%

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

#FC301D (or 0xFC301D) is known color: Red Orange. HEX triplet: FC, 30 and 1D. RGB value is (252,48,29). Sum of RGB (Red+Green+Blue) = 252+48+29=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC301D is #03CFE2. Grayscale: #6B6B6B. Windows color (decimal): -249827 or 1913084. OLE color: 1913084.

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

Color convert

RGB 252 48 29 -
CMYK 0 0.81 0.88 0.01
HSL 5.11º 0.97% 0.55% -
HSV(B) 5.11º 0.88% 0.99% -
XYZ 41.42 22.9 3.4 -
YUV 106.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 252 48 29 0 0.81 0.88 0.01 5.11 0.97 0.55
Hex FC 30 1D 0 51 58 1 5 61 37
Octal 374 60 35 0 121 130 1 5 141 67
Binary 11111100 110000 11101 0 1010001 1011000 1 101 1100001 110111

Color Harmonies of #FC301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC301D

Black with #FC301D

Text Example


Text Example

White with #FC301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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