Html Css Color HEX #FA3F09 Orange Red

📋 copy color: '#FA3F09'

red 250 ◦ green 63 ◦ blue 9

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

Shades of Orange Red #FA3F09

Tints of Orange Red #FA3F09

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 77.64%
G = 19.57%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA3F09 (or 0xFA3F09) is known color: Orange Red. HEX triplet: FA, 3F and 09. RGB value is (250,63,9). Sum of RGB (Red+Green+Blue) = 250+63+9=322 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.64% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F09 is #05C0F6. Grayscale: #717171. Windows color (decimal): -377079 or 606202. OLE color: 606202.

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

Color convert

RGB 250 63 9 -
CMYK 0 0.75 0.96 0.02
HSL 13.44º 0.96% 0.51% -
HSV(B) 13.44º 0.96% 0.98% -
XYZ 41.25 23.9 2.7 -
YUV 112.76 69.45 225.89 -
System Red Green Blue C M Y K H S L
Decimal 250 63 9 0 0.75 0.96 0.02 13.44 0.96 0.51
Hex FA 3F 9 0 4B 60 2 D 60 33
Octal 372 77 11 0 113 140 2 15 140 63
Binary 11111010 111111 1001 0 1001011 1100000 10 1101 1100000 110011

Color Harmonies of #FA3F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F09

Black with #FA3F09

Text Example


Text Example

White with #FA3F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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