Html Css Color HEX #FA8503 Tangerine

📋 copy color: '#FA8503'

red 250 ◦ green 133 ◦ blue 3

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

Shades of Tangerine #FA8503

Tints of Tangerine #FA8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

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

R = 64.77%
G = 34.46%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA8503 (or 0xFA8503) is known color: Tangerine. HEX triplet: FA, 85 and 03. RGB value is (250,133,3). Sum of RGB (Red+Green+Blue) = 250+133+3=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8503 is #057AFC. Grayscale: #999999. Windows color (decimal): -359165 or 230906. OLE color: 230906.

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

Color convert

RGB 250 133 3 -
CMYK 0 0.47 0.99 0.02
HSL 31.58º 0.98% 0.5% -
HSV(B) 31.58º 0.99% 0.98% -
XYZ 47.83 37.11 4.73 -
YUV 153.16 43.26 197.07 -
System Red Green Blue C M Y K H S L
Decimal 250 133 3 0 0.47 0.99 0.02 31.58 0.98 0.5
Hex FA 85 3 0 2F 63 2 20 62 32
Octal 372 205 3 0 57 143 2 40 142 62
Binary 11111010 10000101 11 0 101111 1100011 10 100000 1100010 110010

Color Harmonies of #FA8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8503

Black with #FA8503

Text Example


Text Example

White with #FA8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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