Html Css Color HEX #FC3824 Red Orange

📋 copy color: '#FC3824'

red 252 ◦ green 56 ◦ blue 36

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

Shades of Red Orange #FC3824

Tints of Red Orange #FC3824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.28%

 BLUE value IS 36 (14.45% from 255) = 10.47%

R = 73.26%
G = 16.28%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC3824 (or 0xFC3824) is known color: Red Orange. HEX triplet: FC, 38 and 24. RGB value is (252,56,36). Sum of RGB (Red+Green+Blue) = 252+56+36=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3824 is #03C7DB. Grayscale: #707070. Windows color (decimal): -247772 or 2373884. OLE color: 2373884.

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

Color convert

RGB 252 56 36 -
CMYK 0 0.78 0.86 0.01
HSL 5.56º 0.97% 0.56% -
HSV(B) 5.56º 0.86% 0.99% -
XYZ 41.88 23.65 4.03 -
YUV 112.32 84.93 227.63 -
System Red Green Blue C M Y K H S L
Decimal 252 56 36 0 0.78 0.86 0.01 5.56 0.97 0.56
Hex FC 38 24 0 4E 56 1 6 61 38
Octal 374 70 44 0 116 126 1 6 141 70
Binary 11111100 111000 100100 0 1001110 1010110 1 110 1100001 111000

Color Harmonies of #FC3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3824

Black with #FC3824

Text Example


Text Example

White with #FC3824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3824; }

 p { color: rgb(252,56,36); }

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

background-color css

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

 a { background-color: rgb(252,56,36); }

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

border-color css

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

 span { border-color: rgb(252,56,36); }

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