Html Css Color HEX #FBA086 Vivid Tangerine

📋 copy color: '#FBA086'

red 251 ◦ green 160 ◦ blue 134

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

Shades of Vivid Tangerine #FBA086

Tints of Vivid Tangerine #FBA086

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

 GREEN value IS 160 (62.89% from 255) = 29.36%

 BLUE value IS 134 (52.73% from 255) = 24.59%

R = 46.06%
G = 29.36%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBA086 (or 0xFBA086) is known color: Vivid Tangerine. HEX triplet: FB, A0 and 86. RGB value is (251,160,134). Sum of RGB (Red+Green+Blue) = 251+160+134=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA086 is #045F79. Grayscale: #B8B8B8. Windows color (decimal): -286586 or 8823035. OLE color: 8823035.

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

Color convert

RGB 251 160 134 -
CMYK 0 0.36 0.47 0.02
HSL 13.33º 0.94% 0.75% -
HSV(B) 13.33º 0.47% 0.98% -
XYZ 56.66 47.37 28.71 -
YUV 184.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 251 160 134 0 0.36 0.47 0.02 13.33 0.94 0.75
Hex FB A0 86 0 24 2F 2 D 5E 4B
Octal 373 240 206 0 44 57 2 15 136 113
Binary 11111011 10100000 10000110 0 100100 101111 10 1101 1011110 1001011

Color Harmonies of #FBA086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA086

Black with #FBA086

Text Example


Text Example

White with #FBA086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA086; }

 p { color: rgb(251,160,134); }

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

background-color css

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

 a { background-color: rgb(251,160,134); }

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

border-color css

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

 span { border-color: rgb(251,160,134); }

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