Html Css Color HEX #FC361A Red Orange

📋 copy color: '#FC361A'

red 252 ◦ green 54 ◦ blue 26

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

Shades of Red Orange #FC361A

Tints of Red Orange #FC361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 75.9%
G = 16.27%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC361A (or 0xFC361A) is known color: Red Orange. HEX triplet: FC, 36 and 1A. RGB value is (252,54,26). Sum of RGB (Red+Green+Blue) = 252+54+26=332 (43% of max value = 765). Red value is 252 (98.83% from 255 or 75.90% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 252 - color contains mainly: red. Hex color #FC361A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC361A is #03C9E5. Grayscale: #6E6E6E. Windows color (decimal): -248294 or 1718012. OLE color: 1718012.

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

Color convert

RGB 252 54 26 -
CMYK 0 0.79 0.90 0.01
HSL 7.43º 0.97% 0.55% -
HSV(B) 7.43º 0.9% 0.99% -
XYZ 41.65 23.41 3.3 -
YUV 110.01 80.6 229.28 -
System Red Green Blue C M Y K H S L
Decimal 252 54 26 0 0.79 0.90 0.01 7.43 0.97 0.55
Hex FC 36 1A 0 4F 5A 1 7 61 37
Octal 374 66 32 0 117 132 1 7 141 67
Binary 11111100 110110 11010 0 1001111 1011010 1 111 1100001 110111

Color Harmonies of #FC361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC361A

Black with #FC361A

Text Example


Text Example

White with #FC361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC361A; }

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

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

background-color css

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

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

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

border-color css

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

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

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