Html Css Color HEX #FC3631 Red Orange

📋 copy color: '#FC3631'

red 252 ◦ green 54 ◦ blue 49

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

Shades of Red Orange #FC3631

Tints of Red Orange #FC3631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 70.99%
G = 15.21%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC3631 (or 0xFC3631) is known color: Red Orange. HEX triplet: FC, 36 and 31. RGB value is (252,54,49). Sum of RGB (Red+Green+Blue) = 252+54+49=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3631 is #03C9CE. Grayscale: #707070. Windows color (decimal): -248271 or 3225340. OLE color: 3225340.

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

Color convert

RGB 252 54 49 -
CMYK 0 0.79 0.81 0.01
HSL 1.48º 0.97% 0.59% -
HSV(B) 1.48º 0.81% 0.99% -
XYZ 42.02 23.56 5.24 -
YUV 112.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 252 54 49 0 0.79 0.81 0.01 1.48 0.97 0.59
Hex FC 36 31 0 4F 51 1 1 61 3B
Octal 374 66 61 0 117 121 1 1 141 73
Binary 11111100 110110 110001 0 1001111 1010001 1 1 1100001 111011

Color Harmonies of #FC3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3631

Black with #FC3631

Text Example


Text Example

White with #FC3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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