Html Css Color HEX #FA3E12 Orange Red

📋 copy color: '#FA3E12'

red 250 ◦ green 62 ◦ blue 18

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

Shades of Orange Red #FA3E12

Tints of Orange Red #FA3E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.79%

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

R = 75.76%
G = 18.79%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA3E12 (or 0xFA3E12) is known color: Orange Red. HEX triplet: FA, 3E and 12. RGB value is (250,62,18). Sum of RGB (Red+Green+Blue) = 250+62+18=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E12 is #05C1ED. Grayscale: #717171. Windows color (decimal): -377326 or 1195770. OLE color: 1195770.

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

Color convert

RGB 250 62 18 -
CMYK 0 0.75 0.93 0.02
HSL 11.38º 0.96% 0.53% -
HSV(B) 11.38º 0.93% 0.98% -
XYZ 41.26 23.81 2.99 -
YUV 113.2 74.28 225.58 -
System Red Green Blue C M Y K H S L
Decimal 250 62 18 0 0.75 0.93 0.02 11.38 0.96 0.53
Hex FA 3E 12 0 4B 5D 2 B 60 35
Octal 372 76 22 0 113 135 2 13 140 65
Binary 11111010 111110 10010 0 1001011 1011101 10 1011 1100000 110101

Color Harmonies of #FA3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E12

Black with #FA3E12

Text Example


Text Example

White with #FA3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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