Html Css Color HEX #FA4111 Orange Red

📋 copy color: '#FA4111'

red 250 ◦ green 65 ◦ blue 17

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

Shades of Orange Red #FA4111

Tints of Orange Red #FA4111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 75.3%
G = 19.58%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA4111 (or 0xFA4111) is known color: Orange Red. HEX triplet: FA, 41 and 11. RGB value is (250,65,17). Sum of RGB (Red+Green+Blue) = 250+65+17=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4111 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4111 is #05BEEE. Grayscale: #737373. Windows color (decimal): -376559 or 1131002. OLE color: 1131002.

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

Color convert

RGB 250 65 17 -
CMYK 0 0.74 0.93 0.02
HSL 12.36º 0.96% 0.52% -
HSV(B) 12.36º 0.93% 0.98% -
XYZ 41.42 24.15 3.01 -
YUV 114.84 72.79 224.4 -
System Red Green Blue C M Y K H S L
Decimal 250 65 17 0 0.74 0.93 0.02 12.36 0.96 0.52
Hex FA 41 11 0 4A 5D 2 C 60 34
Octal 372 101 21 0 112 135 2 14 140 64
Binary 11111010 1000001 10001 0 1001010 1011101 10 1100 1100000 110100

Color Harmonies of #FA4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4111

Black with #FA4111

Text Example


Text Example

White with #FA4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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