Html Css Color HEX #FA8102 Tangerine

📋 copy color: '#FA8102'

red 250 ◦ green 129 ◦ blue 2

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

Shades of Tangerine #FA8102

Tints of Tangerine #FA8102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 65.62%
G = 33.86%
B = 0.52%

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

#FA8102 (or 0xFA8102) is known color: Tangerine. HEX triplet: FA, 81 and 02. RGB value is (250,129,2). Sum of RGB (Red+Green+Blue) = 250+129+2=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8102 is #057EFD. Grayscale: #979797. Windows color (decimal): -360190 or 164346. OLE color: 164346.

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

Color convert

RGB 250 129 2 -
CMYK 0 0.48 0.99 0.02
HSL 30.73º 0.98% 0.49% -
HSV(B) 30.73º 0.99% 0.98% -
XYZ 47.29 36.03 4.52 -
YUV 150.7 44.09 198.83 -
System Red Green Blue C M Y K H S L
Decimal 250 129 2 0 0.48 0.99 0.02 30.73 0.98 0.49
Hex FA 81 2 0 30 63 2 1F 62 31
Octal 372 201 2 0 60 143 2 37 142 61
Binary 11111010 10000001 10 0 110000 1100011 10 11111 1100010 110001

Color Harmonies of #FA8102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8102

Black with #FA8102

Text Example


Text Example

White with #FA8102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8102; }

 p { color: rgb(250,129,2); }

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

background-color css

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

 a { background-color: rgb(250,129,2); }

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

border-color css

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

 span { border-color: rgb(250,129,2); }

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