Html Css Color HEX #FC4915 Orange Red

📋 copy color: '#FC4915'

red 252 ◦ green 73 ◦ blue 21

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

Shades of Orange Red #FC4915

Tints of Orange Red #FC4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 21 (8.59% from 255) = 6.07%

R = 72.83%
G = 21.1%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC4915 (or 0xFC4915) is known color: Orange Red. HEX triplet: FC, 49 and 15. RGB value is (252,73,21). Sum of RGB (Red+Green+Blue) = 252+73+21=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4915 is #03B6EA. Grayscale: #787878. Windows color (decimal): -243435 or 1395196. OLE color: 1395196.

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

Color convert

RGB 252 73 21 -
CMYK 0 0.71 0.92 0.01
HSL 13.51º 0.97% 0.54% -
HSV(B) 13.51º 0.92% 0.99% -
XYZ 42.66 25.51 3.39 -
YUV 120.59 71.8 221.73 -
System Red Green Blue C M Y K H S L
Decimal 252 73 21 0 0.71 0.92 0.01 13.51 0.97 0.54
Hex FC 49 15 0 47 5C 1 E 61 36
Octal 374 111 25 0 107 134 1 16 141 66
Binary 11111100 1001001 10101 0 1000111 1011100 1 1110 1100001 110110

Color Harmonies of #FC4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4915

Black with #FC4915

Text Example


Text Example

White with #FC4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4915; }

 p { color: rgb(252,73,21); }

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

background-color css

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

 a { background-color: rgb(252,73,21); }

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

border-color css

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

 span { border-color: rgb(252,73,21); }

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