Html Css Color HEX #FA3F08 Orange Red

📋 copy color: '#FA3F08'

red 250 ◦ green 63 ◦ blue 8

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

Shades of Orange Red #FA3F08

Tints of Orange Red #FA3F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 77.88%
G = 19.63%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA3F08 (or 0xFA3F08) is known color: Orange Red. HEX triplet: FA, 3F and 08. RGB value is (250,63,8). Sum of RGB (Red+Green+Blue) = 250+63+8=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3F08 is #05C0F7. Grayscale: #717171. Windows color (decimal): -377080 or 540666. OLE color: 540666.

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

Color convert

RGB 250 63 8 -
CMYK 0 0.75 0.97 0.02
HSL 13.64º 0.96% 0.51% -
HSV(B) 13.64º 0.97% 0.98% -
XYZ 41.25 23.9 2.67 -
YUV 112.64 68.95 225.97 -
System Red Green Blue C M Y K H S L
Decimal 250 63 8 0 0.75 0.97 0.02 13.64 0.96 0.51
Hex FA 3F 8 0 4B 61 2 E 60 33
Octal 372 77 10 0 113 141 2 16 140 63
Binary 11111010 111111 1000 0 1001011 1100001 10 1110 1100000 110011

Color Harmonies of #FA3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3F08

Black with #FA3F08

Text Example


Text Example

White with #FA3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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