Html Css Color HEX #FC4619 Orange Red

📋 copy color: '#FC4619'

red 252 ◦ green 70 ◦ blue 25

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

Shades of Orange Red #FC4619

Tints of Orange Red #FC4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.17%

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 72.62%
G = 20.17%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC4619 (or 0xFC4619) is known color: Orange Red. HEX triplet: FC, 46 and 19. RGB value is (252,70,25). Sum of RGB (Red+Green+Blue) = 252+70+25=347 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.62% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4619 is #03B9E6. Grayscale: #777777. Windows color (decimal): -244199 or 1656572. OLE color: 1656572.

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

Color convert

RGB 252 70 25 -
CMYK 0 0.72 0.90 0.01
HSL 11.89º 0.97% 0.54% -
HSV(B) 11.89º 0.9% 0.99% -
XYZ 42.51 25.15 3.53 -
YUV 119.29 74.8 222.66 -
System Red Green Blue C M Y K H S L
Decimal 252 70 25 0 0.72 0.90 0.01 11.89 0.97 0.54
Hex FC 46 19 0 48 5A 1 C 61 36
Octal 374 106 31 0 110 132 1 14 141 66
Binary 11111100 1000110 11001 0 1001000 1011010 1 1100 1100001 110110

Color Harmonies of #FC4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4619

Black with #FC4619

Text Example


Text Example

White with #FC4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4619; }

 p { color: rgb(252,70,25); }

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

background-color css

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

 a { background-color: rgb(252,70,25); }

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

border-color css

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

 span { border-color: rgb(252,70,25); }

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