Html Css Color HEX #FC361B Red Orange

📋 copy color: '#FC361B'

red 252 ◦ green 54 ◦ blue 27

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

Shades of Red Orange #FC361B

Tints of Red Orange #FC361B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 75.68%
G = 16.22%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC361B (or 0xFC361B) is known color: Red Orange. HEX triplet: FC, 36 and 1B. RGB value is (252,54,27). Sum of RGB (Red+Green+Blue) = 252+54+27=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC361B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC361B is #03C9E4. Grayscale: #6E6E6E. Windows color (decimal): -248293 or 1783548. OLE color: 1783548.

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

Color convert

RGB 252 54 27 -
CMYK 0 0.79 0.89 0.01
HSL 7.2º 0.97% 0.55% -
HSV(B) 7.2º 0.89% 0.99% -
XYZ 41.66 23.41 3.36 -
YUV 110.12 81.1 229.2 -
System Red Green Blue C M Y K H S L
Decimal 252 54 27 0 0.79 0.89 0.01 7.2 0.97 0.55
Hex FC 36 1B 0 4F 59 1 7 61 37
Octal 374 66 33 0 117 131 1 7 141 67
Binary 11111100 110110 11011 0 1001111 1011001 1 111 1100001 110111

Color Harmonies of #FC361B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC361B

Black with #FC361B

Text Example


Text Example

White with #FC361B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC361B; }

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

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

background-color css

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

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

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

border-color css

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

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

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