Html Css Color HEX #FC3A1D Red Orange

📋 copy color: '#FC3A1D'

red 252 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #FC3A1D

Tints of Red Orange #FC3A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 74.34%
G = 17.11%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC3A1D (or 0xFC3A1D) is known color: Red Orange. HEX triplet: FC, 3A and 1D. RGB value is (252,58,29). Sum of RGB (Red+Green+Blue) = 252+58+29=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A1D is #03C5E2. Grayscale: #717171. Windows color (decimal): -247267 or 1915644. OLE color: 1915644.

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

Color convert

RGB 252 58 29 -
CMYK 0 0.77 0.88 0.01
HSL 7.8º 0.97% 0.55% -
HSV(B) 7.8º 0.88% 0.99% -
XYZ 41.88 23.81 3.55 -
YUV 112.7 80.77 227.36 -
System Red Green Blue C M Y K H S L
Decimal 252 58 29 0 0.77 0.88 0.01 7.8 0.97 0.55
Hex FC 3A 1D 0 4D 58 1 8 61 37
Octal 374 72 35 0 115 130 1 10 141 67
Binary 11111100 111010 11101 0 1001101 1011000 1 1000 1100001 110111

Color Harmonies of #FC3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A1D

Black with #FC3A1D

Text Example


Text Example

White with #FC3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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