Html Css Color HEX #FC3E2C Red Orange

📋 copy color: '#FC3E2C'

red 252 ◦ green 62 ◦ blue 44

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

Shades of Red Orange #FC3E2C

Tints of Red Orange #FC3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.32%

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

R = 70.39%
G = 17.32%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC3E2C (or 0xFC3E2C) is known color: Red Orange. HEX triplet: FC, 3E and 2C. RGB value is (252,62,44). Sum of RGB (Red+Green+Blue) = 252+62+44=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3E2C is #03C1D3. Grayscale: #757575. Windows color (decimal): -246228 or 2899708. OLE color: 2899708.

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

Color convert

RGB 252 62 44 -
CMYK 0 0.75 0.83 0.01
HSL 5.19º 0.97% 0.58% -
HSV(B) 5.19º 0.83% 0.99% -
XYZ 42.32 24.32 4.85 -
YUV 116.76 86.95 224.46 -
System Red Green Blue C M Y K H S L
Decimal 252 62 44 0 0.75 0.83 0.01 5.19 0.97 0.58
Hex FC 3E 2C 0 4B 53 1 5 61 3A
Octal 374 76 54 0 113 123 1 5 141 72
Binary 11111100 111110 101100 0 1001011 1010011 1 101 1100001 111010

Color Harmonies of #FC3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E2C

Black with #FC3E2C

Text Example


Text Example

White with #FC3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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