Html Css Color HEX #FC3426 Red Orange

📋 copy color: '#FC3426'

red 252 ◦ green 52 ◦ blue 38

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

Shades of Red Orange #FC3426

Tints of Red Orange #FC3426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 73.68%
G = 15.2%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC3426 (or 0xFC3426) is known color: Red Orange. HEX triplet: FC, 34 and 26. RGB value is (252,52,38). Sum of RGB (Red+Green+Blue) = 252+52+38=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3426 is #03CBD9. Grayscale: #6E6E6E. Windows color (decimal): -248794 or 2503932. OLE color: 2503932.

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

Color convert

RGB 252 52 38 -
CMYK 0 0.79 0.85 0.01
HSL 3.93º 0.97% 0.57% -
HSV(B) 3.93º 0.85% 0.99% -
XYZ 41.72 23.29 4.13 -
YUV 110.2 87.26 229.14 -
System Red Green Blue C M Y K H S L
Decimal 252 52 38 0 0.79 0.85 0.01 3.93 0.97 0.57
Hex FC 34 26 0 4F 55 1 4 61 39
Octal 374 64 46 0 117 125 1 4 141 71
Binary 11111100 110100 100110 0 1001111 1010101 1 100 1100001 111001

Color Harmonies of #FC3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3426

Black with #FC3426

Text Example


Text Example

White with #FC3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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