Html Css Color HEX #FA4014 Orange Red

📋 copy color: '#FA4014'

red 250 ◦ green 64 ◦ blue 20

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

Shades of Orange Red #FA4014

Tints of Orange Red #FA4014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 74.85%
G = 19.16%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA4014 (or 0xFA4014) is known color: Orange Red. HEX triplet: FA, 40 and 14. RGB value is (250,64,20). Sum of RGB (Red+Green+Blue) = 250+64+20=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4014 is #05BFEB. Grayscale: #727272. Windows color (decimal): -376812 or 1327354. OLE color: 1327354.

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

Color convert

RGB 250 64 20 -
CMYK 0 0.74 0.92 0.02
HSL 11.48º 0.96% 0.53% -
HSV(B) 11.48º 0.92% 0.98% -
XYZ 41.38 24.04 3.12 -
YUV 114.6 74.62 224.58 -
System Red Green Blue C M Y K H S L
Decimal 250 64 20 0 0.74 0.92 0.02 11.48 0.96 0.53
Hex FA 40 14 0 4A 5C 2 B 60 35
Octal 372 100 24 0 112 134 2 13 140 65
Binary 11111010 1000000 10100 0 1001010 1011100 10 1011 1100000 110101

Color Harmonies of #FA4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4014

Black with #FA4014

Text Example


Text Example

White with #FA4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4014; }

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

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

background-color css

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

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

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

border-color css

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

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

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