Html Css Color HEX #FC371A Red Orange

📋 copy color: '#FC371A'

red 252 ◦ green 55 ◦ blue 26

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

Shades of Red Orange #FC371A

Tints of Red Orange #FC371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

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

R = 75.68%
G = 16.52%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC371A (or 0xFC371A) is known color: Red Orange. HEX triplet: FC, 37 and 1A. RGB value is (252,55,26). Sum of RGB (Red+Green+Blue) = 252+55+26=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC371A is #03C8E5. Grayscale: #6E6E6E. Windows color (decimal): -248038 or 1718268. OLE color: 1718268.

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

Color convert

RGB 252 55 26 -
CMYK 0 0.78 0.90 0.01
HSL 7.7º 0.97% 0.55% -
HSV(B) 7.7º 0.9% 0.99% -
XYZ 41.7 23.5 3.32 -
YUV 110.6 80.27 228.86 -
System Red Green Blue C M Y K H S L
Decimal 252 55 26 0 0.78 0.90 0.01 7.7 0.97 0.55
Hex FC 37 1A 0 4E 5A 1 8 61 37
Octal 374 67 32 0 116 132 1 10 141 67
Binary 11111100 110111 11010 0 1001110 1011010 1 1000 1100001 110111

Color Harmonies of #FC371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC371A

Black with #FC371A

Text Example


Text Example

White with #FC371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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