Html Css Color HEX #FC391A Red Orange

📋 copy color: '#FC391A'

red 252 ◦ green 57 ◦ blue 26

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

Shades of Red Orange #FC391A

Tints of Red Orange #FC391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

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

R = 75.22%
G = 17.01%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC391A (or 0xFC391A) is known color: Red Orange. HEX triplet: FC, 39 and 1A. RGB value is (252,57,26). Sum of RGB (Red+Green+Blue) = 252+57+26=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC391A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC391A is #03C6E5. Grayscale: #707070. Windows color (decimal): -247526 or 1718780. OLE color: 1718780.

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

Color convert

RGB 252 57 26 -
CMYK 0 0.77 0.90 0.01
HSL 8.23º 0.97% 0.55% -
HSV(B) 8.23º 0.9% 0.99% -
XYZ 41.79 23.7 3.35 -
YUV 111.77 79.6 228.02 -
System Red Green Blue C M Y K H S L
Decimal 252 57 26 0 0.77 0.90 0.01 8.23 0.97 0.55
Hex FC 39 1A 0 4D 5A 1 8 61 37
Octal 374 71 32 0 115 132 1 10 141 67
Binary 11111100 111001 11010 0 1001101 1011010 1 1000 1100001 110111

Color Harmonies of #FC391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC391A

Black with #FC391A

Text Example


Text Example

White with #FC391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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