Html Css Color HEX #FA4816 Orange Red

📋 copy color: '#FA4816'

red 250 ◦ green 72 ◦ blue 22

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

Shades of Orange Red #FA4816

Tints of Orange Red #FA4816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.4%

R = 72.67%
G = 20.93%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA4816 (or 0xFA4816) is known color: Orange Red. HEX triplet: FA, 48 and 16. RGB value is (250,72,22). Sum of RGB (Red+Green+Blue) = 250+72+22=344 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.67% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4816 is #05B7E9. Grayscale: #777777. Windows color (decimal): -374762 or 1460474. OLE color: 1460474.

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

Color convert

RGB 250 72 22 -
CMYK 0 0.71 0.91 0.02
HSL 13.16º 0.96% 0.53% -
HSV(B) 13.16º 0.91% 0.98% -
XYZ 41.89 25.02 3.38 -
YUV 119.52 72.97 221.07 -
System Red Green Blue C M Y K H S L
Decimal 250 72 22 0 0.71 0.91 0.02 13.16 0.96 0.53
Hex FA 48 16 0 47 5B 2 D 60 35
Octal 372 110 26 0 107 133 2 15 140 65
Binary 11111010 1001000 10110 0 1000111 1011011 10 1101 1100000 110101

Color Harmonies of #FA4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4816

Black with #FA4816

Text Example


Text Example

White with #FA4816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4816; }

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

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

background-color css

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

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

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

border-color css

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

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

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