Html Css Color HEX #FA4819 Orange Red

📋 copy color: '#FA4819'

red 250 ◦ green 72 ◦ blue 25

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

Shades of Orange Red #FA4819

Tints of Orange Red #FA4819

RGB

 RED value IS 250 (98.05% from 255) = 72.05%

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 72.05%
G = 20.75%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA4819 (or 0xFA4819) is known color: Orange Red. HEX triplet: FA, 48 and 19. RGB value is (250,72,25). Sum of RGB (Red+Green+Blue) = 250+72+25=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4819 is #05B7E6. Grayscale: #787878. Windows color (decimal): -374759 or 1657082. OLE color: 1657082.

HSL color Cylindrical-coordinate representation of color #FA4819: hue angle of 12.53º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA4819 is Cyan = 0, Magento = 0.71, Yellow = 0.9 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 72 25 -
CMYK 0 0.71 0.9 0.02
HSL 12.53º 0.96% 0.54% -
HSV(B) 12.53º 0.9% 0.98% -
XYZ 41.92 25.03 3.54 -
YUV 119.86 74.47 220.82 -
System Red Green Blue C M Y K H S L
Decimal 250 72 25 0 0.71 0.9 0.02 12.53 0.96 0.54
Hex FA 48 19 0 47 5A 2 D 60 36
Octal 372 110 31 0 107 132 2 15 140 66
Binary 11111010 1001000 11001 0 1000111 1011010 10 1101 1100000 110110

Color Harmonies of #FA4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4819

Black with #FA4819

Text Example


Text Example

White with #FA4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4819; }

 p { color: rgb(250,72,25); }

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

background-color css

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

 a { background-color: rgb(250,72,25); }

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

border-color css

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

 span { border-color: rgb(250,72,25); }

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