Html Css Color HEX #FC381A Red Orange

📋 copy color: '#FC381A'

red 252 ◦ green 56 ◦ blue 26

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

Shades of Red Orange #FC381A

Tints of Red Orange #FC381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 75.45%
G = 16.77%
B = 7.78%

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

#FC381A (or 0xFC381A) is known color: Red Orange. HEX triplet: FC, 38 and 1A. RGB value is (252,56,26). Sum of RGB (Red+Green+Blue) = 252+56+26=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC381A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC381A is #03C7E5. Grayscale: #6F6F6F. Windows color (decimal): -247782 or 1718524. OLE color: 1718524.

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

Color convert

RGB 252 56 26 -
CMYK 0 0.78 0.90 0.01
HSL 7.96º 0.97% 0.55% -
HSV(B) 7.96º 0.9% 0.99% -
XYZ 41.75 23.6 3.33 -
YUV 111.18 79.93 228.44 -
System Red Green Blue C M Y K H S L
Decimal 252 56 26 0 0.78 0.90 0.01 7.96 0.97 0.55
Hex FC 38 1A 0 4E 5A 1 8 61 37
Octal 374 70 32 0 116 132 1 10 141 67
Binary 11111100 111000 11010 0 1001110 1011010 1 1000 1100001 110111

Color Harmonies of #FC381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC381A

Black with #FC381A

Text Example


Text Example

White with #FC381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC381A; }

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

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

background-color css

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

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

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

border-color css

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

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

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