Html Css Color HEX #FA850A Tangerine

📋 copy color: '#FA850A'

red 250 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #FA850A

Tints of Tangerine #FA850A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 63.61%
G = 33.84%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA850A (or 0xFA850A) is known color: Tangerine. HEX triplet: FA, 85 and 0A. RGB value is (250,133,10). Sum of RGB (Red+Green+Blue) = 250+133+10=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA850A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA850A is #057AF5. Grayscale: #9A9A9A. Windows color (decimal): -359158 or 689658. OLE color: 689658.

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

Color convert

RGB 250 133 10 -
CMYK 0 0.47 0.96 0.02
HSL 30.75º 0.96% 0.51% -
HSV(B) 30.75º 0.96% 0.98% -
XYZ 47.87 37.12 4.93 -
YUV 153.96 46.76 196.5 -
System Red Green Blue C M Y K H S L
Decimal 250 133 10 0 0.47 0.96 0.02 30.75 0.96 0.51
Hex FA 85 A 0 2F 60 2 1F 60 33
Octal 372 205 12 0 57 140 2 37 140 63
Binary 11111010 10000101 1010 0 101111 1100000 10 11111 1100000 110011

Color Harmonies of #FA850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA850A

Black with #FA850A

Text Example


Text Example

White with #FA850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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