Html Css Color HEX #FA3A09 Orange Red

📋 copy color: '#FA3A09'

red 250 ◦ green 58 ◦ blue 9

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

Shades of Orange Red #FA3A09

Tints of Orange Red #FA3A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.84%

R = 78.86%
G = 18.3%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA3A09 (or 0xFA3A09) is known color: Orange Red. HEX triplet: FA, 3A and 09. RGB value is (250,58,9). Sum of RGB (Red+Green+Blue) = 250+58+9=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A09 is #05C5F6. Grayscale: #6E6E6E. Windows color (decimal): -378359 or 604922. OLE color: 604922.

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

Color convert

RGB 250 58 9 -
CMYK 0 0.77 0.96 0.02
HSL 12.2º 0.96% 0.51% -
HSV(B) 12.2º 0.96% 0.98% -
XYZ 40.99 23.37 2.61 -
YUV 109.82 71.11 227.98 -
System Red Green Blue C M Y K H S L
Decimal 250 58 9 0 0.77 0.96 0.02 12.2 0.96 0.51
Hex FA 3A 9 0 4D 60 2 C 60 33
Octal 372 72 11 0 115 140 2 14 140 63
Binary 11111010 111010 1001 0 1001101 1100000 10 1100 1100000 110011

Color Harmonies of #FA3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A09

Black with #FA3A09

Text Example


Text Example

White with #FA3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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