Html Css Color HEX #FA3A10 Orange Red

📋 copy color: '#FA3A10'

red 250 ◦ green 58 ◦ blue 16

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

Shades of Orange Red #FA3A10

Tints of Orange Red #FA3A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 77.16%
G = 17.9%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA3A10 (or 0xFA3A10) is known color: Orange Red. HEX triplet: FA, 3A and 10. RGB value is (250,58,16). Sum of RGB (Red+Green+Blue) = 250+58+16=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A10 is #05C5EF. Grayscale: #6E6E6E. Windows color (decimal): -378352 or 1063674. OLE color: 1063674.

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

Color convert

RGB 250 58 16 -
CMYK 0 0.77 0.94 0.02
HSL 10.77º 0.96% 0.52% -
HSV(B) 10.77º 0.94% 0.98% -
XYZ 41.03 23.39 2.84 -
YUV 110.62 74.61 227.42 -
System Red Green Blue C M Y K H S L
Decimal 250 58 16 0 0.77 0.94 0.02 10.77 0.96 0.52
Hex FA 3A 10 0 4D 5E 2 B 60 34
Octal 372 72 20 0 115 136 2 13 140 64
Binary 11111010 111010 10000 0 1001101 1011110 10 1011 1100000 110100

Color Harmonies of #FA3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A10

Black with #FA3A10

Text Example


Text Example

White with #FA3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A10; }

 p { color: rgb(250,58,16); }

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

background-color css

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

 a { background-color: rgb(250,58,16); }

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

border-color css

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

 span { border-color: rgb(250,58,16); }

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