Html Css Color HEX #FA7900 Tangerine

📋 copy color: '#FA7900'

red 250 ◦ green 121 ◦ blue 0

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

Shades of Tangerine #FA7900

Tints of Tangerine #FA7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.61%

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

R = 67.39%
G = 32.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA7900 (or 0xFA7900) is known color: Tangerine. HEX triplet: FA, 79 and 00. RGB value is (250,121,0). Sum of RGB (Red+Green+Blue) = 250+121+0=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7900 is #0586FF. Grayscale: #929292. Windows color (decimal): -362240 or 31226. OLE color: 31226.

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

Color convert

RGB 250 121 0 -
CMYK 0 0.52 1 0.02
HSL 29.04º 1% 0.49% -
HSV(B) 29.04º 1% 0.98% -
XYZ 46.26 34 4.12 -
YUV 145.78 45.74 202.34 -
System Red Green Blue C M Y K H S L
Decimal 250 121 0 0 0.52 1 0.02 29.04 1 0.49
Hex FA 79 0 0 34 64 2 1D 64 31
Octal 372 171 0 0 64 144 2 35 144 61
Binary 11111010 1111001 0 0 110100 1100100 10 11101 1100100 110001

Color Harmonies of #FA7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7900

Black with #FA7900

Text Example


Text Example

White with #FA7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7900; }

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

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

background-color css

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

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

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

border-color css

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

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

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