Html Css Color HEX #FC411E Red Orange

📋 copy color: '#FC411E'

red 252 ◦ green 65 ◦ blue 30

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

Shades of Red Orange #FC411E

Tints of Red Orange #FC411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.73%

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

R = 72.62%
G = 18.73%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC411E (or 0xFC411E) is known color: Red Orange. HEX triplet: FC, 41 and 1E. RGB value is (252,65,30). Sum of RGB (Red+Green+Blue) = 252+65+30=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC411E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC411E is #03BEE1. Grayscale: #757575. Windows color (decimal): -245474 or 1982972. OLE color: 1982972.

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

Color convert

RGB 252 65 30 -
CMYK 0 0.74 0.88 0.01
HSL 9.46º 0.97% 0.55% -
HSV(B) 9.46º 0.88% 0.99% -
XYZ 42.27 24.57 3.74 -
YUV 116.92 78.95 224.35 -
System Red Green Blue C M Y K H S L
Decimal 252 65 30 0 0.74 0.88 0.01 9.46 0.97 0.55
Hex FC 41 1E 0 4A 58 1 9 61 37
Octal 374 101 36 0 112 130 1 11 141 67
Binary 11111100 1000001 11110 0 1001010 1011000 1 1001 1100001 110111

Color Harmonies of #FC411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC411E

Black with #FC411E

Text Example


Text Example

White with #FC411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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