Html Css Color HEX #FC361D Red Orange

📋 copy color: '#FC361D'

red 252 ◦ green 54 ◦ blue 29

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

Shades of Red Orange #FC361D

Tints of Red Orange #FC361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

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

R = 75.22%
G = 16.12%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC361D (or 0xFC361D) is known color: Red Orange. HEX triplet: FC, 36 and 1D. RGB value is (252,54,29). Sum of RGB (Red+Green+Blue) = 252+54+29=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC361D is #03C9E2. Grayscale: #6E6E6E. Windows color (decimal): -248291 or 1914620. OLE color: 1914620.

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

Color convert

RGB 252 54 29 -
CMYK 0 0.79 0.88 0.01
HSL 6.73º 0.97% 0.55% -
HSV(B) 6.73º 0.88% 0.99% -
XYZ 41.69 23.42 3.49 -
YUV 110.35 82.1 229.03 -
System Red Green Blue C M Y K H S L
Decimal 252 54 29 0 0.79 0.88 0.01 6.73 0.97 0.55
Hex FC 36 1D 0 4F 58 1 7 61 37
Octal 374 66 35 0 117 130 1 7 141 67
Binary 11111100 110110 11101 0 1001111 1011000 1 111 1100001 110111

Color Harmonies of #FC361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC361D

Black with #FC361D

Text Example


Text Example

White with #FC361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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