Html Css Color HEX #FC342A Red Orange

📋 copy color: '#FC342A'

red 252 ◦ green 52 ◦ blue 42

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

Shades of Red Orange #FC342A

Tints of Red Orange #FC342A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 72.83%
G = 15.03%
B = 12.14%

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

#FC342A (or 0xFC342A) is known color: Red Orange. HEX triplet: FC, 34 and 2A. RGB value is (252,52,42). Sum of RGB (Red+Green+Blue) = 252+52+42=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC342A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC342A is #03CBD5. Grayscale: #6E6E6E. Windows color (decimal): -248790 or 2766076. OLE color: 2766076.

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

Color convert

RGB 252 52 42 -
CMYK 0 0.79 0.83 0.01
HSL 2.86º 0.97% 0.58% -
HSV(B) 2.86º 0.83% 0.99% -
XYZ 41.79 23.32 4.49 -
YUV 110.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 252 52 42 0 0.79 0.83 0.01 2.86 0.97 0.58
Hex FC 34 2A 0 4F 53 1 3 61 3A
Octal 374 64 52 0 117 123 1 3 141 72
Binary 11111100 110100 101010 0 1001111 1010011 1 11 1100001 111010

Color Harmonies of #FC342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC342A

Black with #FC342A

Text Example


Text Example

White with #FC342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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