Html Css Color HEX #FC412C Red Orange

📋 copy color: '#FC412C'

red 252 ◦ green 65 ◦ blue 44

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

Shades of Red Orange #FC412C

Tints of Red Orange #FC412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 69.81%
G = 18.01%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC412C (or 0xFC412C) is known color: Red Orange. HEX triplet: FC, 41 and 2C. RGB value is (252,65,44). Sum of RGB (Red+Green+Blue) = 252+65+44=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC412C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC412C is #03BED3. Grayscale: #767676. Windows color (decimal): -245460 or 2900476. OLE color: 2900476.

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

Color convert

RGB 252 65 44 -
CMYK 0 0.74 0.83 0.01
HSL 6.06º 0.97% 0.58% -
HSV(B) 6.06º 0.83% 0.99% -
XYZ 42.49 24.66 4.9 -
YUV 118.52 85.95 223.21 -
System Red Green Blue C M Y K H S L
Decimal 252 65 44 0 0.74 0.83 0.01 6.06 0.97 0.58
Hex FC 41 2C 0 4A 53 1 6 61 3A
Octal 374 101 54 0 112 123 1 6 141 72
Binary 11111100 1000001 101100 0 1001010 1010011 1 110 1100001 111010

Color Harmonies of #FC412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC412C

Black with #FC412C

Text Example


Text Example

White with #FC412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC412C; }

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

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

background-color css

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

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

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

border-color css

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

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

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