Html Css Color HEX #FC381D Red Orange

📋 copy color: '#FC381D'

red 252 ◦ green 56 ◦ blue 29

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

Shades of Red Orange #FC381D

Tints of Red Orange #FC381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 74.78%
G = 16.62%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC381D (or 0xFC381D) is known color: Red Orange. HEX triplet: FC, 38 and 1D. RGB value is (252,56,29). Sum of RGB (Red+Green+Blue) = 252+56+29=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC381D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC381D is #03C7E2. Grayscale: #6F6F6F. Windows color (decimal): -247779 or 1915132. OLE color: 1915132.

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

Color convert

RGB 252 56 29 -
CMYK 0 0.78 0.88 0.01
HSL 7.26º 0.97% 0.55% -
HSV(B) 7.26º 0.88% 0.99% -
XYZ 41.78 23.61 3.52 -
YUV 111.53 81.43 228.2 -
System Red Green Blue C M Y K H S L
Decimal 252 56 29 0 0.78 0.88 0.01 7.26 0.97 0.55
Hex FC 38 1D 0 4E 58 1 7 61 37
Octal 374 70 35 0 116 130 1 7 141 67
Binary 11111100 111000 11101 0 1001110 1011000 1 111 1100001 110111

Color Harmonies of #FC381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC381D

Black with #FC381D

Text Example


Text Example

White with #FC381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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