Html Css Color HEX #FC362E Red Orange

📋 copy color: '#FC362E'

red 252 ◦ green 54 ◦ blue 46

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

Shades of Red Orange #FC362E

Tints of Red Orange #FC362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.07%

R = 71.59%
G = 15.34%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC362E (or 0xFC362E) is known color: Red Orange. HEX triplet: FC, 36 and 2E. RGB value is (252,54,46). Sum of RGB (Red+Green+Blue) = 252+54+46=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC362E is #03C9D1. Grayscale: #707070. Windows color (decimal): -248274 or 3028732. OLE color: 3028732.

HSL color Cylindrical-coordinate representation of color #FC362E: hue angle of 2.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC362E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 54 46 -
CMYK 0 0.79 0.82 0.01
HSL 2.33º 0.97% 0.58% -
HSV(B) 2.33º 0.82% 0.99% -
XYZ 41.96 23.53 4.92 -
YUV 112.29 90.6 227.65 -
System Red Green Blue C M Y K H S L
Decimal 252 54 46 0 0.79 0.82 0.01 2.33 0.97 0.58
Hex FC 36 2E 0 4F 52 1 2 61 3A
Octal 374 66 56 0 117 122 1 2 141 72
Binary 11111100 110110 101110 0 1001111 1010010 1 10 1100001 111010

Color Harmonies of #FC362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC362E

Black with #FC362E

Text Example


Text Example

White with #FC362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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