Html Css Color HEX #FC3623 Red Orange

📋 copy color: '#FC3623'

red 252 ◦ green 54 ◦ blue 35

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

Shades of Red Orange #FC3623

Tints of Red Orange #FC3623

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 35 (14.06% from 255) = 10.26%

R = 73.9%
G = 15.84%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC3623 (or 0xFC3623) is known color: Red Orange. HEX triplet: FC, 36 and 23. RGB value is (252,54,35). Sum of RGB (Red+Green+Blue) = 252+54+35=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3623 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3623 is #03C9DC. Grayscale: #6F6F6F. Windows color (decimal): -248285 or 2307836. OLE color: 2307836.

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

Color convert

RGB 252 54 35 -
CMYK 0 0.79 0.86 0.01
HSL 5.25º 0.97% 0.56% -
HSV(B) 5.25º 0.86% 0.99% -
XYZ 41.77 23.46 3.92 -
YUV 111.04 85.1 228.54 -
System Red Green Blue C M Y K H S L
Decimal 252 54 35 0 0.79 0.86 0.01 5.25 0.97 0.56
Hex FC 36 23 0 4F 56 1 5 61 38
Octal 374 66 43 0 117 126 1 5 141 70
Binary 11111100 110110 100011 0 1001111 1010110 1 101 1100001 111000

Color Harmonies of #FC3623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3623

Black with #FC3623

Text Example


Text Example

White with #FC3623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3623; }

 p { color: rgb(252,54,35); }

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

background-color css

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

 a { background-color: rgb(252,54,35); }

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

border-color css

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

 span { border-color: rgb(252,54,35); }

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