Html Css Color HEX #FA8304 Tangerine

📋 copy color: '#FA8304'

red 250 ◦ green 131 ◦ blue 4

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

Shades of Tangerine #FA8304

Tints of Tangerine #FA8304

RGB

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

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

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

R = 64.94%
G = 34.03%
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

#FA8304 (or 0xFA8304) is known color: Tangerine. HEX triplet: FA, 83 and 04. RGB value is (250,131,4). Sum of RGB (Red+Green+Blue) = 250+131+4=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8304 is #057CFB. Grayscale: #989898. Windows color (decimal): -359676 or 295930. OLE color: 295930.

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

Color convert

RGB 250 131 4 -
CMYK 0 0.48 0.98 0.02
HSL 30.98º 0.97% 0.5% -
HSV(B) 30.98º 0.98% 0.98% -
XYZ 47.56 36.57 4.67 -
YUV 152.1 44.42 197.83 -
System Red Green Blue C M Y K H S L
Decimal 250 131 4 0 0.48 0.98 0.02 30.98 0.97 0.5
Hex FA 83 4 0 30 62 2 1F 61 32
Octal 372 203 4 0 60 142 2 37 141 62
Binary 11111010 10000011 100 0 110000 1100010 10 11111 1100001 110010

Color Harmonies of #FA8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8304

Black with #FA8304

Text Example


Text Example

White with #FA8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8304; }

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

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

background-color css

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

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

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

border-color css

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

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

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