Html Css Color HEX #FA3700 Orange Red

📋 copy color: '#FA3700'

red 250 ◦ green 55 ◦ blue 0

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

Shades of Orange Red #FA3700

Tints of Orange Red #FA3700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 81.97%
G = 18.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA3700 (or 0xFA3700) is known color: Orange Red. HEX triplet: FA, 37 and 00. RGB value is (250,55,0). Sum of RGB (Red+Green+Blue) = 250+55+0=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3700 is #05C8FF. Grayscale: #6B6B6B. Windows color (decimal): -379136 or 14330. OLE color: 14330.

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

Color convert

RGB 250 55 0 -
CMYK 0 0.78 1 0.02
HSL 13.2º 1% 0.49% -
HSV(B) 13.2º 1% 0.98% -
XYZ 40.79 23.06 2.3 -
YUV 107.04 67.6 229.97 -
System Red Green Blue C M Y K H S L
Decimal 250 55 0 0 0.78 1 0.02 13.2 1 0.49
Hex FA 37 0 0 4E 64 2 D 64 31
Octal 372 67 0 0 116 144 2 15 144 61
Binary 11111010 110111 0 0 1001110 1100100 10 1101 1100100 110001

Color Harmonies of #FA3700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3700

Black with #FA3700

Text Example


Text Example

White with #FA3700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3700; }

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

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

background-color css

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

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

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

border-color css

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

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

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