Html Css Color HEX #FC3E28 Red Orange

📋 copy color: '#FC3E28'

red 252 ◦ green 62 ◦ blue 40

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

Shades of Red Orange #FC3E28

Tints of Red Orange #FC3E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 71.19%
G = 17.51%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC3E28 (or 0xFC3E28) is known color: Red Orange. HEX triplet: FC, 3E and 28. RGB value is (252,62,40). Sum of RGB (Red+Green+Blue) = 252+62+40=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3E28 is #03C1D7. Grayscale: #747474. Windows color (decimal): -246232 or 2637564. OLE color: 2637564.

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

Color convert

RGB 252 62 40 -
CMYK 0 0.75 0.84 0.01
HSL 6.23º 0.97% 0.57% -
HSV(B) 6.23º 0.84% 0.99% -
XYZ 42.25 24.29 4.47 -
YUV 116.3 84.95 224.79 -
System Red Green Blue C M Y K H S L
Decimal 252 62 40 0 0.75 0.84 0.01 6.23 0.97 0.57
Hex FC 3E 28 0 4B 54 1 6 61 39
Octal 374 76 50 0 113 124 1 6 141 71
Binary 11111100 111110 101000 0 1001011 1010100 1 110 1100001 111001

Color Harmonies of #FC3E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3E28

Black with #FC3E28

Text Example


Text Example

White with #FC3E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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