Html Css Color HEX #FA8301 Tangerine

📋 copy color: '#FA8301'

red 250 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #FA8301

Tints of Tangerine #FA8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.45%
G = 34.29%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA8301 (or 0xFA8301) is known color: Tangerine. HEX triplet: FA, 83 and 01. RGB value is (250,131,1). Sum of RGB (Red+Green+Blue) = 250+131+1=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8301 is #057CFE. Grayscale: #989898. Windows color (decimal): -359679 or 99322. OLE color: 99322.

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

Color convert

RGB 250 131 1 -
CMYK 0 0.48 1.00 0.02
HSL 31.33º 0.99% 0.49% -
HSV(B) 31.33º 1% 0.98% -
XYZ 47.55 36.56 4.58 -
YUV 151.76 42.92 198.07 -
System Red Green Blue C M Y K H S L
Decimal 250 131 1 0 0.48 1.00 0.02 31.33 0.99 0.49
Hex FA 83 1 0 30 64 2 1F 63 31
Octal 372 203 1 0 60 144 2 37 143 61
Binary 11111010 10000011 1 0 110000 1100100 10 11111 1100011 110001

Color Harmonies of #FA8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8301

Black with #FA8301

Text Example


Text Example

White with #FA8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8301; }

 p { color: rgb(250,131,1); }

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

background-color css

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

 a { background-color: rgb(250,131,1); }

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

border-color css

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

 span { border-color: rgb(250,131,1); }

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