Html Css Color HEX #FC411F Red Orange

📋 copy color: '#FC411F'

red 252 ◦ green 65 ◦ blue 31

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

Shades of Red Orange #FC411F

Tints of Red Orange #FC411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 72.41%
G = 18.68%
B = 8.91%

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

#FC411F (or 0xFC411F) is known color: Red Orange. HEX triplet: FC, 41 and 1F. RGB value is (252,65,31). Sum of RGB (Red+Green+Blue) = 252+65+31=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC411F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC411F is #03BEE0. Grayscale: #757575. Windows color (decimal): -245473 or 2048508. OLE color: 2048508.

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

Color convert

RGB 252 65 31 -
CMYK 0 0.74 0.88 0.01
HSL 9.23º 0.97% 0.55% -
HSV(B) 9.23º 0.88% 0.99% -
XYZ 42.28 24.57 3.81 -
YUV 117.04 79.45 224.26 -
System Red Green Blue C M Y K H S L
Decimal 252 65 31 0 0.74 0.88 0.01 9.23 0.97 0.55
Hex FC 41 1F 0 4A 58 1 9 61 37
Octal 374 101 37 0 112 130 1 11 141 67
Binary 11111100 1000001 11111 0 1001010 1011000 1 1001 1100001 110111

Color Harmonies of #FC411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC411F

Black with #FC411F

Text Example


Text Example

White with #FC411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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