Html Css Color HEX #FC412E Red Orange

📋 copy color: '#FC412E'

red 252 ◦ green 65 ◦ blue 46

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

Shades of Red Orange #FC412E

Tints of Red Orange #FC412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 69.42%
G = 17.91%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC412E (or 0xFC412E) is known color: Red Orange. HEX triplet: FC, 41 and 2E. RGB value is (252,65,46). Sum of RGB (Red+Green+Blue) = 252+65+46=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC412E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC412E is #03BED1. Grayscale: #777777. Windows color (decimal): -245458 or 3031548. OLE color: 3031548.

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

Color convert

RGB 252 65 46 -
CMYK 0 0.74 0.82 0.01
HSL 5.53º 0.97% 0.58% -
HSV(B) 5.53º 0.82% 0.99% -
XYZ 42.53 24.67 5.11 -
YUV 118.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 252 65 46 0 0.74 0.82 0.01 5.53 0.97 0.58
Hex FC 41 2E 0 4A 52 1 6 61 3A
Octal 374 101 56 0 112 122 1 6 141 72
Binary 11111100 1000001 101110 0 1001010 1010010 1 110 1100001 111010

Color Harmonies of #FC412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC412E

Black with #FC412E

Text Example


Text Example

White with #FC412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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