Html Css Color HEX #FA8204 Tangerine

📋 copy color: '#FA8204'

red 250 ◦ green 130 ◦ blue 4

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

Shades of Tangerine #FA8204

Tints of Tangerine #FA8204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 65.1%
G = 33.85%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA8204 (or 0xFA8204) is known color: Tangerine. HEX triplet: FA, 82 and 04. RGB value is (250,130,4). Sum of RGB (Red+Green+Blue) = 250+130+4=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8204 is #057DFB. Grayscale: #989898. Windows color (decimal): -359932 or 295674. OLE color: 295674.

HSL color Cylindrical-coordinate representation of color #FA8204: hue angle of 30.73º degrees, saturation: 0.97, 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 #FA8204 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 4 -
CMYK 0 0.48 0.98 0.02
HSL 30.73º 0.97% 0.5% -
HSV(B) 30.73º 0.98% 0.98% -
XYZ 47.43 36.3 4.62 -
YUV 151.52 44.76 198.25 -
System Red Green Blue C M Y K H S L
Decimal 250 130 4 0 0.48 0.98 0.02 30.73 0.97 0.5
Hex FA 82 4 0 30 62 2 1F 61 32
Octal 372 202 4 0 60 142 2 37 141 62
Binary 11111010 10000010 100 0 110000 1100010 10 11111 1100001 110010

Color Harmonies of #FA8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8204

Black with #FA8204

Text Example


Text Example

White with #FA8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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