Html Css Color HEX #FA4012 Orange Red

📋 copy color: '#FA4012'

red 250 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #FA4012

Tints of Orange Red #FA4012

RGB

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

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

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

R = 75.3%
G = 19.28%
B = 5.42%

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

#FA4012 (or 0xFA4012) is known color: Orange Red. HEX triplet: FA, 40 and 12. RGB value is (250,64,18). Sum of RGB (Red+Green+Blue) = 250+64+18=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4012 is #05BFED. Grayscale: #727272. Windows color (decimal): -376814 or 1196282. OLE color: 1196282.

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

Color convert

RGB 250 64 18 -
CMYK 0 0.74 0.93 0.02
HSL 11.9º 0.96% 0.53% -
HSV(B) 11.9º 0.93% 0.98% -
XYZ 41.37 24.03 3.03 -
YUV 114.37 73.62 224.74 -
System Red Green Blue C M Y K H S L
Decimal 250 64 18 0 0.74 0.93 0.02 11.9 0.96 0.53
Hex FA 40 12 0 4A 5D 2 C 60 35
Octal 372 100 22 0 112 135 2 14 140 65
Binary 11111010 1000000 10010 0 1001010 1011101 10 1100 1100000 110101

Color Harmonies of #FA4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4012

Black with #FA4012

Text Example


Text Example

White with #FA4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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