Html Css Color HEX #FC4E2D Red Orange

📋 copy color: '#FC4E2D'

red 252 ◦ green 78 ◦ blue 45

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

Shades of Red Orange #FC4E2D

Tints of Red Orange #FC4E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.8%

 BLUE value IS 45 (17.97% from 255) = 12%

R = 67.2%
G = 20.8%
B = 12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC4E2D (or 0xFC4E2D) is known color: Red Orange. HEX triplet: FC, 4E and 2D. RGB value is (252,78,45). Sum of RGB (Red+Green+Blue) = 252+78+45=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E2D is #03B1D2. Grayscale: #7E7E7E. Windows color (decimal): -242131 or 2969340. OLE color: 2969340.

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

Color convert

RGB 252 78 45 -
CMYK 0 0.69 0.82 0.01
HSL 9.57º 0.97% 0.58% -
HSV(B) 9.57º 0.82% 0.99% -
XYZ 43.34 26.33 5.28 -
YUV 126.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 252 78 45 0 0.69 0.82 0.01 9.57 0.97 0.58
Hex FC 4E 2D 0 45 52 1 A 61 3A
Octal 374 116 55 0 105 122 1 12 141 72
Binary 11111100 1001110 101101 0 1000101 1010010 1 1010 1100001 111010

Color Harmonies of #FC4E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4E2D

Black with #FC4E2D

Text Example


Text Example

White with #FC4E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4E2D; }

 p { color: rgb(252,78,45); }

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

background-color css

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

 a { background-color: rgb(252,78,45); }

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

border-color css

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

 span { border-color: rgb(252,78,45); }

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