Html Css Color HEX #FA8303 Tangerine

📋 copy color: '#FA8303'

red 250 ◦ green 131 ◦ blue 3

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

Shades of Tangerine #FA8303

Tints of Tangerine #FA8303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 65.1%
G = 34.11%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA8303 (or 0xFA8303) is known color: Tangerine. HEX triplet: FA, 83 and 03. RGB value is (250,131,3). Sum of RGB (Red+Green+Blue) = 250+131+3=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8303 is #057CFC. Grayscale: #989898. Windows color (decimal): -359677 or 230394. OLE color: 230394.

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

Color convert

RGB 250 131 3 -
CMYK 0 0.48 0.99 0.02
HSL 31.09º 0.98% 0.5% -
HSV(B) 31.09º 0.99% 0.98% -
XYZ 47.56 36.56 4.64 -
YUV 151.99 43.92 197.91 -
System Red Green Blue C M Y K H S L
Decimal 250 131 3 0 0.48 0.99 0.02 31.09 0.98 0.5
Hex FA 83 3 0 30 63 2 1F 62 32
Octal 372 203 3 0 60 143 2 37 142 62
Binary 11111010 10000011 11 0 110000 1100011 10 11111 1100010 110010

Color Harmonies of #FA8303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8303

Black with #FA8303

Text Example


Text Example

White with #FA8303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8303; }

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

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

background-color css

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

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

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

border-color css

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

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

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