Html Css Color HEX #FA3D00 Orange Red

📋 copy color: '#FA3D00'

red 250 ◦ green 61 ◦ blue 0

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

Shades of Orange Red #FA3D00

Tints of Orange Red #FA3D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.39%
G = 19.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA3D00 (or 0xFA3D00) is known color: Orange Red. HEX triplet: FA, 3D and 00. RGB value is (250,61,0). Sum of RGB (Red+Green+Blue) = 250+61+0=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3D00 is #05C2FF. Grayscale: #6E6E6E. Windows color (decimal): -377600 or 15866. OLE color: 15866.

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

Color convert

RGB 250 61 0 -
CMYK 0 0.76 1 0.02
HSL 14.64º 1% 0.49% -
HSV(B) 14.64º 1% 0.98% -
XYZ 41.09 23.66 2.4 -
YUV 110.56 65.62 227.46 -
System Red Green Blue C M Y K H S L
Decimal 250 61 0 0 0.76 1 0.02 14.64 1 0.49
Hex FA 3D 0 0 4C 64 2 F 64 31
Octal 372 75 0 0 114 144 2 17 144 61
Binary 11111010 111101 0 0 1001100 1100100 10 1111 1100100 110001

Color Harmonies of #FA3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D00

Black with #FA3D00

Text Example


Text Example

White with #FA3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D00; }

 p { color: rgb(250,61,0); }

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

background-color css

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

 a { background-color: rgb(250,61,0); }

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

border-color css

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

 span { border-color: rgb(250,61,0); }

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