Html Css Color HEX #FA4016 Orange Red

📋 copy color: '#FA4016'

red 250 ◦ green 64 ◦ blue 22

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

Shades of Orange Red #FA4016

Tints of Orange Red #FA4016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

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

R = 74.4%
G = 19.05%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA4016 (or 0xFA4016) is known color: Orange Red. HEX triplet: FA, 40 and 16. RGB value is (250,64,22). Sum of RGB (Red+Green+Blue) = 250+64+22=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4016 is #05BFE9. Grayscale: #737373. Windows color (decimal): -376810 or 1458426. OLE color: 1458426.

HSL color Cylindrical-coordinate representation of color #FA4016: hue angle of 11.05º 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 #FA4016 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 64 22 -
CMYK 0 0.74 0.91 0.02
HSL 11.05º 0.96% 0.53% -
HSV(B) 11.05º 0.91% 0.98% -
XYZ 41.4 24.05 3.22 -
YUV 114.83 75.62 224.42 -
System Red Green Blue C M Y K H S L
Decimal 250 64 22 0 0.74 0.91 0.02 11.05 0.96 0.53
Hex FA 40 16 0 4A 5B 2 B 60 35
Octal 372 100 26 0 112 133 2 13 140 65
Binary 11111010 1000000 10110 0 1001010 1011011 10 1011 1100000 110101

Color Harmonies of #FA4016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4016

Black with #FA4016

Text Example


Text Example

White with #FA4016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4016; }

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

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

background-color css

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

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

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

border-color css

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

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

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