Html Css Color HEX #FA8207 Tangerine

📋 copy color: '#FA8207'

red 250 ◦ green 130 ◦ blue 7

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

Shades of Tangerine #FA8207

Tints of Tangerine #FA8207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 64.6%
G = 33.59%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA8207 (or 0xFA8207) is known color: Tangerine. HEX triplet: FA, 82 and 07. RGB value is (250,130,7). Sum of RGB (Red+Green+Blue) = 250+130+7=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8207 is #057DF8. Grayscale: #989898. Windows color (decimal): -359929 or 492282. OLE color: 492282.

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

Color convert

RGB 250 130 7 -
CMYK 0 0.48 0.97 0.02
HSL 30.37º 0.96% 0.5% -
HSV(B) 30.37º 0.97% 0.98% -
XYZ 47.45 36.3 4.71 -
YUV 151.86 46.26 198 -
System Red Green Blue C M Y K H S L
Decimal 250 130 7 0 0.48 0.97 0.02 30.37 0.96 0.5
Hex FA 82 7 0 30 61 2 1E 60 32
Octal 372 202 7 0 60 141 2 36 140 62
Binary 11111010 10000010 111 0 110000 1100001 10 11110 1100000 110010

Color Harmonies of #FA8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8207

Black with #FA8207

Text Example


Text Example

White with #FA8207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8207; }

 p { color: rgb(250,130,7); }

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

background-color css

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

 a { background-color: rgb(250,130,7); }

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

border-color css

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

 span { border-color: rgb(250,130,7); }

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