Html Css Color HEX #FC291E Red Orange

📋 copy color: '#FC291E'

red 252 ◦ green 41 ◦ blue 30

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

Shades of Red Orange #FC291E

Tints of Red Orange #FC291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 78.02%
G = 12.69%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC291E (or 0xFC291E) is known color: Red Orange. HEX triplet: FC, 29 and 1E. RGB value is (252,41,30). Sum of RGB (Red+Green+Blue) = 252+41+30=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC291E is #03D6E1. Grayscale: #676767. Windows color (decimal): -251618 or 1976828. OLE color: 1976828.

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

Color convert

RGB 252 41 30 -
CMYK 0 0.84 0.88 0.01
HSL 2.97º 0.97% 0.55% -
HSV(B) 2.97º 0.88% 0.99% -
XYZ 41.17 22.38 3.38 -
YUV 102.84 86.9 234.39 -
System Red Green Blue C M Y K H S L
Decimal 252 41 30 0 0.84 0.88 0.01 2.97 0.97 0.55
Hex FC 29 1E 0 54 58 1 3 61 37
Octal 374 51 36 0 124 130 1 3 141 67
Binary 11111100 101001 11110 0 1010100 1011000 1 11 1100001 110111

Color Harmonies of #FC291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC291E

Black with #FC291E

Text Example


Text Example

White with #FC291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC291E; }

 p { color: rgb(252,41,30); }

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

background-color css

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

 a { background-color: rgb(252,41,30); }

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

border-color css

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

 span { border-color: rgb(252,41,30); }

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