Html Css Color HEX #FA4412 Orange Red

📋 copy color: '#FA4412'

red 250 ◦ green 68 ◦ blue 18

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

Shades of Orange Red #FA4412

Tints of Orange Red #FA4412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 18 (7.42% from 255) = 5.36%

R = 74.4%
G = 20.24%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA4412 (or 0xFA4412) is known color: Orange Red. HEX triplet: FA, 44 and 12. RGB value is (250,68,18). Sum of RGB (Red+Green+Blue) = 250+68+18=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4412 is #05BBED. Grayscale: #757575. Windows color (decimal): -375790 or 1197306. OLE color: 1197306.

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

Color convert

RGB 250 68 18 -
CMYK 0 0.73 0.93 0.02
HSL 12.93º 0.96% 0.53% -
HSV(B) 12.93º 0.93% 0.98% -
XYZ 41.6 24.5 3.11 -
YUV 116.72 72.3 223.07 -
System Red Green Blue C M Y K H S L
Decimal 250 68 18 0 0.73 0.93 0.02 12.93 0.96 0.53
Hex FA 44 12 0 49 5D 2 D 60 35
Octal 372 104 22 0 111 135 2 15 140 65
Binary 11111010 1000100 10010 0 1001001 1011101 10 1101 1100000 110101

Color Harmonies of #FA4412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4412

Black with #FA4412

Text Example


Text Example

White with #FA4412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4412; }

 p { color: rgb(250,68,18); }

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

background-color css

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

 a { background-color: rgb(250,68,18); }

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

border-color css

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

 span { border-color: rgb(250,68,18); }

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