Html Css Color HEX #FA4114 Orange Red

📋 copy color: '#FA4114'

red 250 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #FA4114

Tints of Orange Red #FA4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 74.63%
G = 19.4%
B = 5.97%

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

#FA4114 (or 0xFA4114) is known color: Orange Red. HEX triplet: FA, 41 and 14. RGB value is (250,65,20). Sum of RGB (Red+Green+Blue) = 250+65+20=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4114 is #05BEEB. Grayscale: #737373. Windows color (decimal): -376556 or 1327610. OLE color: 1327610.

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

Color convert

RGB 250 65 20 -
CMYK 0 0.74 0.92 0.02
HSL 11.74º 0.96% 0.53% -
HSV(B) 11.74º 0.92% 0.98% -
XYZ 41.44 24.16 3.14 -
YUV 115.19 74.29 224.16 -
System Red Green Blue C M Y K H S L
Decimal 250 65 20 0 0.74 0.92 0.02 11.74 0.96 0.53
Hex FA 41 14 0 4A 5C 2 C 60 35
Octal 372 101 24 0 112 134 2 14 140 65
Binary 11111010 1000001 10100 0 1001010 1011100 10 1100 1100000 110101

Color Harmonies of #FA4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4114

Black with #FA4114

Text Example


Text Example

White with #FA4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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