Html Css Color HEX #FA4612 Orange Red

📋 copy color: '#FA4612'

red 250 ◦ green 70 ◦ blue 18

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

Shades of Orange Red #FA4612

Tints of Orange Red #FA4612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.71%

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

R = 73.96%
G = 20.71%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA4612 (or 0xFA4612) is known color: Orange Red. HEX triplet: FA, 46 and 12. RGB value is (250,70,18). Sum of RGB (Red+Green+Blue) = 250+70+18=338 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.96% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4612 is #05B9ED. Grayscale: #767676. Windows color (decimal): -375278 or 1197818. OLE color: 1197818.

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

Color convert

RGB 250 70 18 -
CMYK 0 0.72 0.93 0.02
HSL 13.45º 0.96% 0.53% -
HSV(B) 13.45º 0.93% 0.98% -
XYZ 41.72 24.75 3.15 -
YUV 117.89 71.63 222.23 -
System Red Green Blue C M Y K H S L
Decimal 250 70 18 0 0.72 0.93 0.02 13.45 0.96 0.53
Hex FA 46 12 0 48 5D 2 D 60 35
Octal 372 106 22 0 110 135 2 15 140 65
Binary 11111010 1000110 10010 0 1001000 1011101 10 1101 1100000 110101

Color Harmonies of #FA4612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4612

Black with #FA4612

Text Example


Text Example

White with #FA4612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4612; }

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

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

background-color css

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

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

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

border-color css

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

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

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