Html Css Color HEX #FC342C Red Orange

📋 copy color: '#FC342C'

red 252 ◦ green 52 ◦ blue 44

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

Shades of Red Orange #FC342C

Tints of Red Orange #FC342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 72.41%
G = 14.94%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC342C (or 0xFC342C) is known color: Red Orange. HEX triplet: FC, 34 and 2C. RGB value is (252,52,44). Sum of RGB (Red+Green+Blue) = 252+52+44=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC342C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC342C is #03CBD3. Grayscale: #6F6F6F. Windows color (decimal): -248788 or 2897148. OLE color: 2897148.

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

Color convert

RGB 252 52 44 -
CMYK 0 0.79 0.83 0.01
HSL 2.31º 0.97% 0.58% -
HSV(B) 2.31º 0.83% 0.99% -
XYZ 41.83 23.33 4.68 -
YUV 110.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 252 52 44 0 0.79 0.83 0.01 2.31 0.97 0.58
Hex FC 34 2C 0 4F 53 1 2 61 3A
Octal 374 64 54 0 117 123 1 2 141 72
Binary 11111100 110100 101100 0 1001111 1010011 1 10 1100001 111010

Color Harmonies of #FC342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC342C

Black with #FC342C

Text Example


Text Example

White with #FC342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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