Html Css Color HEX #FA840A Tangerine

📋 copy color: '#FA840A'

red 250 ◦ green 132 ◦ blue 10

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

Shades of Tangerine #FA840A

Tints of Tangerine #FA840A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

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

R = 63.78%
G = 33.67%
B = 2.55%

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

#FA840A (or 0xFA840A) is known color: Tangerine. HEX triplet: FA, 84 and 0A. RGB value is (250,132,10). Sum of RGB (Red+Green+Blue) = 250+132+10=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA840A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA840A is #057BF5. Grayscale: #999999. Windows color (decimal): -359414 or 689402. OLE color: 689402.

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

Color convert

RGB 250 132 10 -
CMYK 0 0.47 0.96 0.02
HSL 30.5º 0.96% 0.51% -
HSV(B) 30.5º 0.96% 0.98% -
XYZ 47.73 36.85 4.88 -
YUV 153.37 47.09 196.92 -
System Red Green Blue C M Y K H S L
Decimal 250 132 10 0 0.47 0.96 0.02 30.5 0.96 0.51
Hex FA 84 A 0 2F 60 2 1E 60 33
Octal 372 204 12 0 57 140 2 36 140 63
Binary 11111010 10000100 1010 0 101111 1100000 10 11110 1100000 110011

Color Harmonies of #FA840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA840A

Black with #FA840A

Text Example


Text Example

White with #FA840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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