Html Css Color HEX #FC2E25 Red Orange

📋 copy color: '#FC2E25'

red 252 ◦ green 46 ◦ blue 37

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

Shades of Red Orange #FC2E25

Tints of Red Orange #FC2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 75.22%
G = 13.73%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC2E25 (or 0xFC2E25) is known color: Red Orange. HEX triplet: FC, 2E and 25. RGB value is (252,46,37). Sum of RGB (Red+Green+Blue) = 252+46+37=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E25 is #03D1DA. Grayscale: #6A6A6A. Windows color (decimal): -250331 or 2436860. OLE color: 2436860.

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

Color convert

RGB 252 46 37 -
CMYK 0 0.82 0.85 0.01
HSL 2.51º 0.97% 0.57% -
HSV(B) 2.51º 0.85% 0.99% -
XYZ 41.46 22.78 3.96 -
YUV 106.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 252 46 37 0 0.82 0.85 0.01 2.51 0.97 0.57
Hex FC 2E 25 0 52 55 1 3 61 39
Octal 374 56 45 0 122 125 1 3 141 71
Binary 11111100 101110 100101 0 1010010 1010101 1 11 1100001 111001

Color Harmonies of #FC2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2E25

Black with #FC2E25

Text Example


Text Example

White with #FC2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2E25; }

 p { color: rgb(252,46,37); }

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

background-color css

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

 a { background-color: rgb(252,46,37); }

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

border-color css

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

 span { border-color: rgb(252,46,37); }

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