Html Css Color HEX #FA8406 Tangerine

📋 copy color: '#FA8406'

red 250 ◦ green 132 ◦ blue 6

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

Shades of Tangerine #FA8406

Tints of Tangerine #FA8406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.02%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 64.43%
G = 34.02%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA8406 (or 0xFA8406) is known color: Tangerine. HEX triplet: FA, 84 and 06. RGB value is (250,132,6). Sum of RGB (Red+Green+Blue) = 250+132+6=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8406 is #057BF9. Grayscale: #999999. Windows color (decimal): -359418 or 427258. OLE color: 427258.

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

Color convert

RGB 250 132 6 -
CMYK 0 0.47 0.98 0.02
HSL 30.98º 0.96% 0.5% -
HSV(B) 30.98º 0.98% 0.98% -
XYZ 47.71 36.84 4.77 -
YUV 152.92 45.09 197.25 -
System Red Green Blue C M Y K H S L
Decimal 250 132 6 0 0.47 0.98 0.02 30.98 0.96 0.5
Hex FA 84 6 0 2F 62 2 1F 60 32
Octal 372 204 6 0 57 142 2 37 140 62
Binary 11111010 10000100 110 0 101111 1100010 10 11111 1100000 110010

Color Harmonies of #FA8406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8406

Black with #FA8406

Text Example


Text Example

White with #FA8406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8406; }

 p { color: rgb(250,132,6); }

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

background-color css

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

 a { background-color: rgb(250,132,6); }

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

border-color css

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

 span { border-color: rgb(250,132,6); }

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